get_czso_dataset_doc: Deprecated: use 'czso_get_dataset_doc()' instead

View source: R/core.R

get_czso_dataset_docR Documentation

Deprecated: use czso_get_dataset_doc() instead

Description

\lifecycle

deprecated

Usage

get_czso_dataset_doc(
  dataset_id,
  action = c("return", "open", "download"),
  destfile = NULL,
  format = c("html", "pdf", "word")
)

Arguments

dataset_id

Dataset ID

action

Whether to return URL (the default), download the file, or open the URL in the default web browser.

destfile

Where to save the file. Only used if if action = download.

format

What file format to access: html (the default), pdf, or word.

Value

a list

See Also

Other Additional tools: czso_get_dataset_doc(), czso_get_dataset_metadata(), czso_get_table_schema(), get_czso_dataset_metadata(), get_czso_table_schema()


czso documentation built on Sept. 1, 2022, 5:06 p.m.