mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
24 lines
374 B
Text
24 lines
374 B
Text
|
% 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
|
||
|
}
|