Nothing
# ---- nm_fun ----
me_ <- nm_fun("TEST-sheet_rename")
# ---- tests ----
test_that("internal copy works", {
skip_if_offline()
skip_if_no_token()
ss <- local_ss(
me_(),
sheets = list(iris = head(iris), chickwts = head(chickwts))
)
ss %>%
sheet_rename(2, new_name = "poultry") %>%
sheet_rename(1, new_name = "flowers")
out <- sheet_names(ss)
expect_equal(out, c("flowers", "poultry"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.