Skip to content

Commit 9bd82d8

Browse files
committed
fix for pkgdown index
1 parent 1084f30 commit 9bd82d8

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

R/core.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ czso_get_catalogue <- function() {
5353
#' \lifecycle{deprecated}
5454
#'
5555
#' @return a tibble
56+
#' @keywords internal
5657
#' @examples
5758
#' # see `czso_get_catalogue()`
5859
#' @export
@@ -66,6 +67,7 @@ get_catalogue <- function() {
6667
#' \lifecycle{deprecated}
6768
#'
6869
#' @return a tibble
70+
#' @keywords internal
6971
#' @examples
7072
#' # see `czso_get_catalogue()`
7173
#' @export
@@ -423,6 +425,7 @@ get_table <- function(dataset_id, resource_num = 1, force_redownload = FALSE) {
423425
#' czso_get_codelist("cis100vaz43")
424426
#' }
425427
#' @export
428+
#' @family Core workflow
426429
czso_get_codelist <- function(codelist_id,
427430
language = c("cs", "en"),
428431
dest_dir = NULL,

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ reference:
2323
desc: Functions for retrieving documentation and metadata.
2424
contents:
2525
- has_concept("Additional tools")
26+
- monterey
2627

2728
navbar:
2829
structure:

man/czso_get_catalogue.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/czso_get_codelist.Rd

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/czso_get_table.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_catalogue.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_czso_catalogue.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_table.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)