View source: R/swc_get_mun_history.R
add_past | R Documentation |
The past is searched by the mHistId.x of the origial file
add_past(x, mutations)
x |
The original data as tibble. |
mutations |
Mutation file |
mutations <- swcGetMutations()
t <-
dplyr::filter(mutations, mId.y == 293)
t_1 <- dplyr::filter(t, mHistId.y == max(mHistId.y))
t_past <- add_past(t, mutations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.