View source: R/is_disk.frame.r
is_disk.frame | R Documentation |
Checks if a folder is a disk.frame
is_disk.frame(df)
df |
a disk.frame or directory to check |
cars.df = as.disk.frame(cars)
is_disk.frame(cars) # FALSE
is_disk.frame(cars.df) # TRUE
# clean up cars.df
delete(cars.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.