.prettify_result | R Documentation |
Prettify results of pipe functions by removing leading and tailing NAs
.prettify_result(data, index_col = "idx", date_col = "date")
data |
Module object or dataframe.
If dataframe, must contain a column named |
index_col |
string. Name of the index column. |
date_col |
string. Name of the date column. |
The input dataframe without leading NA rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.