file_stat_log | R Documentation |
Title Create and maintain a record of the number of rows in an input with each combination of values from columns of interest
file_stat_log(
logpath = NULL,
logname = NULL,
input,
inputname,
columns,
Date = Sys.Date()
)
logpath |
file path where log is saved. |
logname |
string containing descriptive name of log. Processing date will be added to this after creation. |
input |
Cumulative dataset to be processed. |
inputname |
Identifier of new data such as file name or update date |
columns |
columns within input with value combinations to quantify. |
Date |
Optional; date of updated data. Default is system date. |
returns log of records by column variables
# file_stat_log(logname = "file_stat_log", input = "df",
# inputname = "description", columns =c("col1", "col2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.