bcdata
An R package for searching & retrieving data from the B.C. Data Catalogue
File Explorer
- issue_template.md
- pkgdown.yaml
- pr-commands.yaml
- R-CMD-check.yaml
- test-coverage.yaml
- .gitignore
- extensions.json
- settings.json
- bcdata.png
- bcdata.svg
- bcdata_sticker_edited.svg
- bcdata_sticker_print.pdf
- make_sticker.R
- CITATION
- logo.png
- bcdata-package.Rd
- bcdc_browse.Rd
- bcdc_check_geom_size.Rd
- bcdc_describe_feature.Rd
- bcdc_get_citation.Rd
- bcdc_get_data.Rd
- bcdc_get_record.Rd
- bcdc_list.Rd
- bcdc_list_group_records.Rd
- bcdc_list_organization_records.Rd
- bcdc_options.Rd
- bcdc_preview.Rd
- bcdc_query_geodata.Rd
- bcdc_read_functions.Rd
- bcdc_search.Rd
- bcdc_search_facets.Rd
- bcdc_tidy_resources.Rd
- collect-methods.Rd
- CQL.Rd
- cql_geom_predicates.Rd
- filter.Rd
- mutate.Rd
- pipe.Rd
- select.Rd
- show_query.Rd
- wfsConnection-class.Rd
- BCSans-Bold.woff
- BCSans-BoldItalic.woff
- BCSans-Italic.woff
- BCSans-Regular.woff
- LICENSE_OFL
- apple-touch-icon-120x120.png
- apple-touch-icon-152x152.png
- apple-touch-icon-180x180.png
- apple-touch-icon-60x60.png
- apple-touch-icon-76x76.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- extra.css
- bcdata-package.R
- bcdc-get-citation.R
- bcdc-web-services.R
- bcdc_browse.R
- bcdc_options.R
- bcdc_search.R
- cli.R
- cql-geom-predicates.R
- cql-translator.R
- describe-feature.R
- get_data.R
- utils-as_tibble.R
- utils-classes.R
- utils-collect.R
- utils-filter.R
- utils-is.R
- utils-mutate.R
- utils-pipe.R
- utils-select.R
- utils-show-query.R
- utils.R
- zzz.R
- .gitignore
- cran.md
- email.yml
- failures.md
- problems.md
- README.md
- multipoint.R
- scratch.R
- scratch_dem.R
- scratch_test_iterating.R
- query-geodata-filter.md
- helper-bcdata.R
- setup.R
- teardown.R
- test-bcdc-get-citation.R
- test-browse.R
- test-cql-string.R
- test-describe-feature.R
- test-edge-cases.R
- test-geom-operators.R
- test-get-data.R
- test-get_record.R
- test-options.R
- test-print-methods.R
- test-query-geodata-base-methods.R
- test-query-geodata-collect.R
- test-query-geodata-filter.R
- test-query-geodata-mutate.R
- test-query-geodata-select.R
- test-query-geodata.R
- test-search.R
- test-utils.R
- testthat.R
- .gitignore
- bcdata.Rmd
- bcdata.Rmd.orig
- efficiently-query-spatial-data-in-the-bc-data-catalogue.Rmd
- efficiently-query-spatial-data-in-the-bc-data-catalogue.Rmd.orig
- explore-silviculture-data-using-bcdata.Rmd
- explore-silviculture-data-using-bcdata.Rmd.orig
- local-filter.Rmd
- local-filter.Rmd.orig
- precompile.R
- service_documentation.Rmd
- vignette-fig-air_zones-1.png
- vignette-fig-bbox-1.png
- vignette-fig-district_parks-1.png
- vignette-fig-districts-1.png
- vignette-fig-dp_join-1.png
- vignette-fig-map-larch-plantations-dpg-1.png
- vignette-fig-plot-dpg-1.png
- vignette-fig-regional_districts-1.png
- vignette-fig-unnamed-chunk-1-1.png
- vignette-fig-unnamed-chunk-3-1.png
- .gitattributes
- .gitignore
- .Rbuildignore
- _pkgdown.yml
- air.toml
- bcdata.Rproj
- CODE_OF_CONDUCT.md
- codecov.yml
- COMPLIANCE.yaml
- CONTRIBUTING.md
- cran-comments.md
- DESCRIPTION
- LICENSE.md
- NAMESPACE
- NEWS.md
- README.md
- README.Rmd
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
select
View Details ▼
select
Bash builtin construct for creating menus.
select {{word}} in {{apple orange pear banana}}; do echo ${{word}}; done
Create a menu out of individual words:
select {{line}} in $({{command}}); do echo ${{line}}; done
Create a menu from the output of another command:
PS3="{{Select a file: }}"; select {{file}} in *; do echo ${{file}}; done
Specify the prompt string for `select` and create a menu for picking a file or folder from the current directory:
// repository documentation
Was this content helpful?
(0 ratings)
