Skip to content

Commit dd1ae5f

Browse files
committed
fix for issue #37, thanks to @guyhill for reporting
1 parent 176d653 commit dd1ae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cbs_download_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @export
1919
cbs_download_data <- function( id
2020
, path = file.path(id, "data.csv")
21-
, catalog = catalog
21+
, catalog = "CBS"
2222
, ...
2323
, select = NULL
2424
, typed = TRUE

0 commit comments

Comments
 (0)