View source: R/save_datafile.R
construct_df_filename | R Documentation |
This will be in format "key_group_component_stat.csv" if the dict was provided via actdata key, or "dfname.csv" if the dict was provided as a dataframe.
construct_df_filename(df = NA, key = "", group = "", component = "", stat = "")
df |
dataframe object |
key |
key string |
group |
group string |
component |
component string |
stat |
stat string |
These are all dictionaries and so should be csvs
string with the filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.