Nothing
Code
tableToString(df)
Output
[1] " a b\n1 1 a\n2 2 b\n3 3 c"
Code
tableToString(df)
Output
[1] " a b\n1 1 x"
Code
tableToString(df)
Output
[1] "data frame with 0 columns and 0 rows"
Code
tableToString(df)
Output
[1] " a b\n1 1 x\n2 NA y\n3 3 <NA>"
Code
tableToString(mat)
Output
[1] " V1 V2\n1 1 3\n2 2 4"
Code
tableToString(lst)
Output
[1] " a b\n1 1 a\n2 2 b\n3 3 c"
Code
tableToString(vec)
Output
[1] " obj\n1 1\n2 2\n3 3"
Code
tableToString(fct)
Output
[1] " obj\n1 a\n2 b\n3 a"
Code
tableToString(df)
Output
[1] " num char bool fct\n1 1.0 a TRUE x\n2 2.5 b FALSE y\n3 3.0 c TRUE x"
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.