fs_handle_read_path | R Documentation |
Testing lists:
TRUE: File must exist
FALSE: File does not have to exist
fs_handle_read_path(con = character(), strict = TRUE)
con |
(ANY)3 Connection object |
strict |
(logical)3 TRUE: File must exist | FALSE: File does not have to exist |
from |
(character)3 File path |
try(fs_handle_read_path(con_fs_csv("test.csv"))) fs_handle_read_path(con_fs_xls("test.xls"), strict = FALSE) fs_handle_read_path(con_fs_xlsx("test.xlsx"), strict = FALSE) fs_handle_read_path(con_fs_rds("test.Rds"), strict = FALSE) fs_handle_read_path(con_fs_arrow("test.arrow"), strict = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.