get_table {czso}R Documentation

Deprecated: use czso_get_table() instead.

Description

[Deprecated].

Usage

get_table(dataset_id, resource_num = 1, force_redownload = FALSE)

Arguments

dataset_id

a character. Found in the czso_id column of data frame returned by get_catalogue().

resource_num

integer. Order of resource in resource list for the given dataset. Defaults to 1, the normal value for CZSO datasets.

force_redownload

integer. Whether to redownload data source file even if already cached. Defaults to FALSE.

Value

a tibble

See Also

Other Core workflow: czso_get_catalogue(), czso_get_codelist(), czso_get_table()

Examples

# see `czso_get_table()`

[Package czso version 0.3.12 Index]