Generating a daily variable list file from variables names
gen_varmod(
workspace,
var,
append = FALSE,
file_name = "var.mod",
stics_version = "latest",
force = FALSE,
var_names = lifecycle::deprecated(),
version = lifecycle::deprecated()
)
Path of the directory containing the STICS var.mod file to modify
vector of variables names (see details)
if TRUE, var
data are appended to file_name
file name to generate (without path, default value: "var.mod")
Name of the STICS version (used to check variable names)
Force variables writing even if they are not a STICS variable (default: FALSE).
None
Variable names can be found using get_var_info()
. They are
checked before writing. If any variable name does not exist,
it will not be written by default, but the function will still write
the variables that exist. force= TRUE
may however be used to write
variables that do not exist.