View source: R/aux_build_table.R
build_table | R Documentation |
Create a basic data frame for plotting
build_table(hm_obj, slot_name, col_name, from = NULL, to = NULL)
hm_obj |
a valid |
slot_name |
string vector with the slot(s) to extract from the |
col_name |
a list containing a vector string per slot with the name(s) of the column(s) to plot. |
from |
string (or |
to |
string (or |
A data frame with the date in the first column and the variables to plot on the others.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.