Code
pv <- pivot_longer(df, -id, names_to = c(".value", "n"), names_sep = "_")
Message
! Ommiting "geometry" column from `cols` argument.
Code
pv <- pivot_longer(df, -id, names_to = c(".value", "n"), names_sep = "_")
Message
! Ommiting "geometry" column from `cols` argument.
Code
pv1 <- pivot_longer(df, -x, names_to = c(".value", NA), names_sep = "_")
Message
! Ommiting "geometry" column from `cols` argument.
Code
out <- remove_geom_col(tbl, a:char, "test_that")
Message
! Ommiting "geometry" column from `test_that` argument.
Code
out <- remove_geom_col(tbl, dplyr::starts_with("g"), "test_that")
Message
! Ommiting "geometry" column from `test_that` argument.
Code
out <- remove_geom_col(tbl, dplyr::ends_with("y"), "test_that")
Message
! Ommiting "geometry" column from `test_that` argument.
Code
out <- remove_geom_col(tbl, dplyr::ends_with("y"), "test_that")
Message
! Ommiting "geometry" column from `test_that` argument.
Code
out <- remove_geom_col(tbl, dplyr::where(is.character), "test_that")
Message
! Ommiting "geometry" column from `test_that` argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.