if (FALSE) {
# Read feature files from a folder
features <- ifcb_read_features("path/to/feature_folder")
# Read only multiblob feature files
multiblob_features <- ifcb_read_features("path/to/feature_folder", multiblob = TRUE)
# Read feature files from a list of file paths
features <- ifcb_read_features(c("path/to/file1.csv", "path/to/file2.csv"))
}
Run the code above in your browser using DataLab