Skip to content

Commit

Permalink
No default license in bcdc_search
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Dec 21, 2018
1 parent f055c22 commit 5944648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/bcdc_search.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ bcdc_list <- function() {
#'
#' @param ... search terms
#' @param license_id the type of license (see `bcdc_facets("license_id")`).
#' Default `2` (Open Government Licence - British Columbia)
#' @param download_audience download audience
#' (see `bcdc_facets("download_audience")`). Default `"Public"`
#' @param type type of resource (see `bcdc_facets("type")`)
Expand All @@ -75,8 +74,8 @@ bcdc_list <- function() {
#' @examples
#' bcdc_search("forest")
#' bcdc_search("regional district", type = "Geographic", res_format = "fgdb")
bcdc_search <- function(..., license_id=2,
download_audience="Public",
bcdc_search <- function(..., license_id = NULL,
download_audience = "Public",
type = NULL,
res_format=NULL,
sector = NULL,
Expand Down
5 changes: 2 additions & 3 deletions man/bcdc_search.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5944648

Please sign in to comment.