mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
naming and dealing with a dependency issue. ready for first release
This commit is contained in:
parent
10d34dd3d6
commit
a01f7157b5
30 changed files with 664 additions and 1026 deletions
23
man/file_export.Rd
Normal file
23
man/file_export.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{file_export}
|
||||
\alias{file_export}
|
||||
\title{Title}
|
||||
\usage{
|
||||
file_export(data, output.format = c("df", "teal", "list"), filename, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
|
||||
\item{output.format}{output}
|
||||
|
||||
\item{filename}{filename}
|
||||
|
||||
\item{...}{passed on}
|
||||
}
|
||||
\value{
|
||||
data
|
||||
}
|
||||
\description{
|
||||
Title
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue