Description Usage Arguments Details
This functions checks if "nlsDatabase.csv" and "nlsErrorLog.csv" are present in the directory chosen by setup_dir
.
1 | csv_exists(database, errorlog)
|
database |
a dataframe that contains the database of problems, tests and comparsions |
errorlog |
a dataframe that contains the error log of problems, tests and comparsions |
If the csv files are not present, then they are created and appropriate messages are printed.The function prints " 'nlsDatabase.csv' already exists" if "nls.Database.csv" already exists in the directory chosen by setup_dir()
and prints " 'nlsDatabase.csv' has been created" otherwise.
Similar actions are taken for "nlsErrorLog".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.