make_basic_validator: A simple validity function for use with local storage

Description Usage

View source: R/basic_validator.R

Description

This simple validity function is adequate for basic authoring and testing needs. It reads login credentials from a file that can be read without authentication. Storage is "local," meaning that the store is a CSV file typically in the same directory as the tutorial .Rmd file. This can work on a shiny server that has persistent file storage (which means, not shinyapps.io), or on the author's desktop. It can also work on individual user machines, but each user/machine will have its own, independent storage.

Usage

1
make_basic_validator(psfile = NULL, instructor_secret = NULL)

dtkaplan/submitr documentation built on Sept. 20, 2020, 1:19 a.m.