vd | R Documentation |
This function opens a dataframe in visidata. It first checks if jsonlite is installed, and if so, it uses jsonlite to write the dataframe to a temporary json file. If jsonlite is not installed, it writes the dataframe to a temporary csv file. It then opens the temporary file in visidata.
vd(dat)
dat |
The dataframe to open in visidata. |
The original dataframe, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.