loadAnalysisConfig | R Documentation |
Load the Year and Survey specific configuration file, adjust file names to full paths
loadAnalysisConfig(
lic_year,
month_name,
year_config_filename = "year_config.yml",
survey_config_filename = "survey_config.yml",
irec_dir_root = getiRecAnalysisDir(),
year_config = NULL
)
lic_year |
Licence year text to load configuration for (e.g "2016-17") |
month_name |
Survey month name to load survey configuration for (e.g. "August") |
year_config_filename |
Path to the year configuration file relative to survey config |
survey_config_filename |
Survey configuration file name |
irec_dir_root |
Root directory will iRec data |
year_config |
Year configuration list if it has already been loaded NOTE: For iArc surveys, the month_name is "iArc" |
A list of configuration parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.