Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardlysne committed May 29, 2024
1 parent b7963d7 commit 847a7ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# orgdata 1.5.0 (dev)

# orgdata 1.4.9
- Fix `geo.merge` [d163c9a](https://github.com/helseprofil/orgdata/commit/d163c9ac08996b0a6ab0be5d6faee2bdbd5b2c1c)
- Add `geo_map_multi()`, to generate a multiyear mappig table. [9b3e1a1](https://github.com/helseprofil/orgdata/commit/9b3e1a1071af6839bdcc1eb1716da33b62867144)
- Fix `geo_merge()` [d163c9a](https://github.com/helseprofil/orgdata/commit/d163c9ac08996b0a6ab0be5d6faee2bdbd5b2c1c)
- Allow specification of encoding in `read_file` [ba980a7](https://github.com/helseprofil/orgdata/commit/ba980a791f96a18a4e2f1782f48ca0f48cf36bd2)

# orgdata 1.4.8
Expand Down
5 changes: 2 additions & 3 deletions R/norgeo.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' @title Granularity of Geographical Codes
#' @description Create a database granularity of geographical codes to aggregate
#' data accordingly. Implementation of this function is based on \link[norgeo::cast_geo]{cast_geo}
#' function in \href{https://helseprofil.github.io/norgeo/}{norgeo} package.
#' data accordingly. Implementation of this function is based on [norgeo::cast_geo()].
#' @param year Year for the valid geographical codes
#' @param write Write table to the `orgdata.geo` database. It will overwrite
#' the table if it already exists
Expand Down Expand Up @@ -61,7 +60,7 @@ geo_map <- function(year = NULL, write = FALSE, append = FALSE, table = "tblGeo"
}

#' @title Granularity of Geographical Codes (multi-year)
#' @description A wrapper around `seeRD geo_map()`to generate a database granularity
#' @description A wrapper around [geo_map()] to generate a database granularity
#' of geographical codes to aggregate data accordingly, for multiple years.
#' @param from starting year
#' @param to ending year
Expand Down
3 changes: 1 addition & 2 deletions man/geo_map.Rd

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

2 changes: 1 addition & 1 deletion man/geo_map_multi.Rd

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

0 comments on commit 847a7ac

Please sign in to comment.