Validate the filesystem structure
validate_filesystem.Rd
validate_filesystem
checks that the filesystem structure is valid.
Examples
fsys <- list(
internal = "internal_reports",
public = "public_reports",
settings = "report_settings"
)
validate_filesystem(fsys)