powered by
Is this a file specification object?
is_file_spec(object)
Any R object
Logical. TRUE if it is a file specification object, FALSE otherwise.
TRUE
FALSE
The contents of this section are shown in PDF user manual only.
# NOT RUN { file_spec( "R/", pattern = "\\.R$", format = "text", recursive = FALSE, ignore_case = TRUE, all_files = FALSE ) %>% is_file_spec() # }
Run the code above in your browser using DataLab