Nothing
rtemis R packagesShared rtemis utilities, including:
fmt: formats text for ANSI, HTML, and plain text outputmsg: prints messages with datetime info and name of calling functiontest_* functions return logical valuecheck_* functions throw informative errors when neededclean_* functions that return validated and coerced inputsrtemis_colors: rtemis color system[!IMPORTANT] This package is intended for internal use in rtemis packages. It is not intended for end-user installation or use.
r-universepak::repo_add(myuniverse = "https://rtemis-org.r-universe.dev")
pak::pak("rtemis.core")
or using install.packages:
install.packages(
'rtemis.core',
repos = c('https://rtemis-org.r-universe.dev', 'https://cloud.r-project.org')
)
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.