View source: R/timeseries_collapse.R
collapse_block_indexed | R Documentation |
These follow the regex format of "<key1><idx>_<key2>"
match[[1]][[1]] = full key with underscore and index (ex. "interpretation1_variableDetail")
match[[1]][[2]] = first key (ex. "interpretation)
match[[1]][[3]] = index number (ex. the "1" from "interpretation1")
match[[1]][[4]] = second key (ex. "variableDetail")
collapse_block_indexed(entry, l, key)
entry |
Time series entry |
l |
Metadata (to add new data to) |
key |
Current key from time series entry |
l Metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.