file_stat_log: Title Create and maintain a record of the number of rows in...

file_stat_logR Documentation

Title Create and maintain a record of the number of rows in an input with each combination of values from columns of interest

Description

Title Create and maintain a record of the number of rows in an input with each combination of values from columns of interest

Usage

file_stat_log(
  logpath = NULL,
  logname = NULL,
  input,
  inputname,
  columns,
  Date = Sys.Date()
)

Arguments

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.

Value

returns log of records by column variables

Examples

# file_stat_log(logname = "file_stat_log", input = "df",
#     inputname = "description", columns =c("col1", "col2"))


DHatziioanou/simpleepi documentation built on Sept. 24, 2024, 5:25 a.m.