update_grid_stats | R Documentation |
Updates existing grid statistics with newly calculated statistics.
update_grid_stats(grid_stat, batch_stat)
grid_stat |
[optional] (data.frame) Existing data frame of grid statistics to append the newly calculated statistics to. |
batch_stat |
[mandatory] (data.frame) New data frame of grid statistics to append to the existing statistics.ű |
(data.frame) A combined data frame with missing columns filled as NA.
A data frame containing the updated grid statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.