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