validate_pkg_setup | R Documentation |
validate_pkg_setup() is a Validate function that validates that an object conforms to required criteria. Specifically, this function implements an algorithm to validate package setup. The function returns Package setup (a list).
validate_pkg_setup(pkg_setup_ls, append_1L_lgl = F, is_method_1L_lgl = F)
pkg_setup_ls |
Package setup (a list) |
append_1L_lgl |
Append (a logical vector of length one), Default: F |
is_method_1L_lgl |
Is method (a logical vector of length one), Default: F |
Package setup (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.