View source: R/reports.R View source: R/hello.R
report.loc_date | R Documentation |
Generate a missingness report reflecting how dependent missingess is on given location (categorical) and date time (numeric) variables.
report.loc_date( data, human.readable, location.var, date.var, output_pattern = "Location Date reports/LD {human.readable}" )
data |
The data set to be reported ob |
human.readable |
A string representative of the data set to be used in the report. |
location.var |
A variable of 'data' that represents a categorical location. |
date.var |
A variable of 'data' that represents a numeric date time. |
output_pattern |
A string to determine export location. NB: string is parsed via 'glue' hence code chunks can be included. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.