glatos-deprecated | R Documentation |
The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated")
.
These functions still work but will be removed (defunct) in the next version.
vrl2_csv
: This function is deprecated, and will
be removed in the next version of this package.
Use vue_convert instead.
vrl2csv(
vrl,
outDir = NA,
overwrite = TRUE,
vueExePath = NA,
showProgress = TRUE
)
vrl |
A character string or vector with names of VRL file(s) or a single directory containing VRL files. |
outDir |
A character string directory where CSV files will be written.
If |
overwrite |
Logical. If TRUE (default), output CSV file(s) will
overwrite existing CSV file(s) with same name in |
vueExePath |
An optional character string with directory containing VUE.exe. If NA (default) then the path to VUE.exe must be added to the PATH environment variable of your system. See Note below. |
showProgress |
If TRUE (default) a progress bar and message are displayed. |
vrl2csv
For vrl2csv
, use vue_convert
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.