Description Usage Arguments Examples
View source: R/duplicate_rows.R
Utile pour avoir
1 | duplicate_rows(df, from, to, .new_name = ".date")
|
df |
a data.frame |
from |
variable date |
to |
variable date |
.data |
a string |
1 2 3 4 | X <- data.frame(id = 1:5,
from = Sys.Date() + 1:5,
to = Sys.Date() + c(1,3,5,8,10))
duplicate_rows(X, from, to)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.