naming and dealing with a dependency issue. ready for first release

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-19 15:26:23 +01:00
commit a01f7157b5
No known key found for this signature in database
30 changed files with 664 additions and 1026 deletions

23
man/file_export.Rd Normal file
View 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
}