Nothing
## -----------------------------------------------------------------------------
# Install from your local package
# install.packages("numspellR")
library(numspellR)
## -----------------------------------------------------------------------------
# example
df <- data.frame(
time = 1:8,
value = c(5, 5, 5, 5, 6, 6, 6, 7)
)
numspellr(df, lang = "indonesia")
## -----------------------------------------------------------------------------
# example
df <- data.frame(
time = 1:8,
value = c(5, 5, 5, 5, 6, 6, 6, 7)
)
numspellr(df, lang = "english")
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.