Nothing
library(ribiosUtils)
expect_identical(ribiosUtils:::shortenStr("ETV"), "ETV")
expect_identical(ribiosUtils:::shortenStr("abcdefgh"), "abcdefgh")
expect_identical(ribiosUtils:::shortenStr("abcdefghijkl"), "abcdefgh...")
expect_identical(ribiosUtils:::fixWidthStr("ETV"), "ETV ")
expect_identical(ribiosUtils:::fixWidthStr("abcdefgh"), "abcdefgh")
expect_identical(ribiosUtils:::fixWidthStr("abcdefghijkl"),
"abcde...")
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.