powered by
Checks if a folder is a disk.frame
is_disk.frame(df)
a disk.frame or directory to check
# NOT RUN { cars.df = as.disk.frame(cars) is_disk.frame(cars) # FALSE is_disk.frame(cars.df) # TRUE # clean up cars.df delete(cars.df) # }
Run the code above in your browser using DataLab