We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d27d0 commit faaf9efCopy full SHA for faaf9ef
1 file changed
R/norgeo.R
@@ -17,7 +17,7 @@
17
#' @export
18
geo_map <- function(year = NULL, write = FALSE, append = FALSE, table = "tblGeo", extra_geo = NULL) {
19
if (!is.null(extra_geo) && !all(extra_geo %in% c("grunnkrets", "kommune", "fylke", "bydel", "levekaar", "okonomisk"))) {
20
- stop("extra_geo må være NULL eller kun inneholde 'levekaar' og/eller 'okonomisk'")
+ stop("extra_geo must be NULL or only contain 'levekaar' og/eller 'okonomisk'")
21
}
22
is_null(year)
23
is_write_msg(msg = "fetch")
0 commit comments