| idx_extract | R Documentation | 
Always returns an idx_tbl with at least 1 less index dimension than the input, analagous to [[ with a nested list.
idx_extract(x, ...)
x | 
 idx_tbl  | 
... | 
 index values to extract  | 
pop <- idx_tibble(tidyr::population)
pop_grow <- pop / idx_extract(pop, year=2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.