Skip to contents

Retrieves series information by coordinates

Usage

get_cansim_series_info_cube_coord(
  cansimTableNumber,
  coordinates,
  timeout = 1000,
  refresh = FALSE
)

Arguments

cansimTableNumber

A new or old CANSIM/NDM table number or a vector of table numbers

coordinates

A vector of coordinates

timeout

Timeout for the API call

refresh

Refresh the data from the Statistics Canada API

Value

a tibble containing the table template

Examples

if (FALSE) { # \dontrun{
get_cansim_table_template("34-10-0013")
} # }