Description Usage Arguments Value See Also Examples
Returns the default data path for FCDS data. You can globally set the path
using the fcds.default_data_path option, or by providing a path to
fcds_default_data_path(). Restore the FCDS package default cache by setting
the default to NULL.
1  | fcds_default_data_path(path = NULL)
 | 
path | 
 Set the default path for storing or looking for cached FCDS data.  | 
Returns the current global setting for the path to the FCDS data cache.
Other FCDS Import Functions: fcds_cache,
fcds_import, fcds_load,
fcds_recoding
1 2 3 4 5 6 7 8 9  | fcds_default_data_path()
# Set to ~/tmp
fcds_default_data_path("~/tmp")
fcds_default_data_path()
# Restore global default
fcds_default_data_path(NULL)
fcds_default_data_path()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.