dataset_path | R Documentation |
This function returns the S3 path for the specified Overture dataset schema type.
dataset_path(schema_type, release_date = "2025-01-22")
schema_type |
Character. Required. The type of feature to select.
Examples include 'building', 'place', etc. To learn more, run |
release_date |
Character. Optional. The dataset release date (format: 'YYYY-MM-DD'). Defaults to the latest available release. |
Character. The S3 path to the bucket where the data is stored.
# Example usage
path <- dataset_path('place', release_date = '2025-01-22')
print(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.