dataset_path {overturemapsr} | R Documentation |
dataset_path
Description
This function returns the S3 path for the specified Overture dataset type.
Usage
dataset_path(overture_type)
Arguments
overture_type |
Character. Required. The type of feature to select.
Examples include 'building', 'place', etc. To learn more, run |
Value
Character. The S3 path to the bucket where the data is stored.
Examples
# Example usage
path <- dataset_path('place')
print(path)
[Package overturemapsr version 0.0.4 Index]