Nothing
#context("check-output") #Our test file is called test-check_output.R
library(testthat) #load testthat package
library(konya)
test_that("encoding_data returns a list",{
df<-data.frame(name = c("Konya","Buyuksehir"))
result<-encoding_data(df)
expect_type(result,"list")
})
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.