Nothing
context("factors")
test_that("R factors are converted to character", {
skip_if_no_python()
before <- iris$Species
after <- py_to_r(r_to_py(before))
expect_equal(as.character(before), after)
})
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.