powered by
Is this a file specification object?
is_file_spec(object)
Logical. TRUE if it is a file specification object, FALSE otherwise.
TRUE
FALSE
Any R object
The contents of this section are shown in PDF user manual only.
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