dot-prettify_result.Rd
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.