if (FALSE) {
# Reading from a directory
wi_data <- readWildlifeInsights(directory = "path/to/csv/files")
# Reading from a ZIP file
wi_data <- readWildlifeInsights(zipfile = "path/to/wildlife_insights_export.zip")
# Reading from separate CSV files
wi_data <- readWildlifeInsights(deployment_file = "path/to/deployments.csv",
image_file = "path/to/images.csv")
}
Run the code above in your browser using DataLab