View source: R/compatibility_checks.R
check_input_list | R Documentation |
It checks that filepaths are valid, but does not check whether the file contents are as required. I assume BayesACT does this?
check_input_list(
input,
allowlist,
allowlength,
allowsingle,
allowfile = FALSE,
checkindex = NA
)
input |
vector |
allowlist |
vector |
allowlength |
numeric |
allowsingle |
logical |
allowfile |
logical |
checkindex |
numeric, the index to verify if the list length is greater than one. Default is NA meaning all indices are verified. |
boolean true if successful check
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.