The idea of this function is to create a standalone meta information catalog. The catalog file can be used as a companion to illustrate time series exports from timeseriesdb. Note that this function imports functionality from other packages such as data.table and openxlsx.
exportMetaEnv(meta_env, fname = NULL, export_type = "pdf",
flexcols = NULL, row.names = F, sep = ";", overwrite = T)
meta\_env environment object.
character file name including file extension. If set to NULL no file is export. The resulting data.frame is just displayed on the console in this case. Defaults to NULL.
character indication which file format should be exported. "pdf","tex","csv" are the eligible.
which columns shoukd be kept in the data.frame. Defaults to NULL, using all columns.
logical should row.names be displayed in csv.
character seperator
should existing files be overwritten? Defaults to TRUE.