View source: R/utils-get-post-cols.R
get_post_cols | R Documentation |
Extract time series columns for a given parameter and change the column names to years. Optionally, divide all values in the resulting data frame by some value
get_post_cols(df, pat, scale = 1, exact = FALSE)
df |
A data frame |
pat |
A regular expression to be used to extract columns from |
scale |
A value to divide all resulting values in the table by |
A simple data frame with years as columns and values as elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.