Description Usage Arguments Details Value Examples
View source: R/check_consistency_absence_one_term.R
check_consistency_absence_one_term
is the class used for the creation of all
figures and tables in the made up RAP report (it's a demo for the RAP MOOC).
1 2 | check_consistency_absence_one_term(x, log_level = futile.logger::WARN,
log_appender = "console")
|
x |
Input dataframe, see details. |
log_level |
The severity level at which log messages are written from
least to most serious: TRACE, DEBUG, INFO, WARN, ERROR, FATAL. Default is
level is INFO. See |
log_appender |
Defaults to write the log to "console", alternatively you
can provide a character string to specify a filename to also write to. See
for additional details |
The check_consistency_absence_one_term
class expects a data.frame
with at
least four columns: term, level, year, sess_overall.
Once inititated, the class has five slots: df
: the basic
data.frame
, colnames
: a character vector containing the
column names from the df
,
If the class is not instantiated correctly, nothing is returned.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.