inlineDataFrame | R Documentation |
Convert a string in dataframe and save it in a temporary file
inlineDataFrame(str)
str |
(string) Dataframe in string format |
dataframe object
## Not run:
occ <- inlineDataFrame("
id time occ
1 0 1
1 12 2
1 24 3
2 0 1
2 24 2
3 0 1
")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.