Description Usage Arguments Value Examples
View source: R/cube-series-metadata.R
Get series titles, product ID, CANSIM ID, release date, and more.
1 | getSeriesInfoFromCubePidCoord(productId, coordinate)
|
productId |
Product Identification number (PID) is a unique product identifier for all Statistics Canada products, including large multidimensional tables. The first two digits refer to a subject, the next two digits refer to product type, the last four digits refer to the product itself. |
coordinate |
Coordinate is a concatenation of the member ID values for each dimension. One value per dimension. (i.e. "1.3.1.1.1.1.0.0.0.0" ) A table PID number combined with a coordinate will identify a unique time series of data points. |
An httr response object
1 2 3 4 | ## Not run:
getSeriesInfoFromCubePidCoord(35100003, "1.12.0.0.0.0.0.0.0.0")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.