R/input_validation_functions.R
check_ref_type_supported.Rd
Runs a check against a hardcoded list of currently supporte DataStore reference types. If an unsupported reference type is supplied, the function will fail with an error and the error message will return the specific reference type(s) that are unsupported. If the reference types are all supported, the function will pass. See the package documentation for a list of currently supported references and information on using them.
check_ref_type_supported(
path = getwd(),
filename = "DSbulkUploadR_input.xlsx",
sheet_name
)
NULL (invisibly)
if (FALSE) { # \dontrun{
check_ref_type_supported(filename = "test_file.txt")} # }