View source: R/c4a_sysdata_import.R
c4a_sysdata_import | R Documentation |
Import and export system data. c4a_sysdata_import
will import system data and overwrite the current system data, c4a_sysdata_export
will export the current system data, and c4a_sysdata_remove
(partly) removes system data.
c4a_sysdata_import(data)
c4a_sysdata_export()
c4a_sysdata_remove(fullnames = NULL, series = NULL, are.you.sure = NA)
data |
cols4all data (see |
fullnames |
full palette names (so in the format |
series |
a character vector of series names that should be removed (use |
are.you.sure |
are you sure you want to remove series? |
c4a_sysdata_export
returns the system data (a list)
x = c4a_sysdata_export()
c4a_sysdata_import(x)
y = c4a_sysdata_export()
identical(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.