vd {rvisidata} | R Documentation |
Open dataframe using visidata
Description
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.
Usage
vd(dat)
Arguments
dat |
The dataframe to open in visidata. |
Value
The original dataframe, invisibly.
[Package rvisidata version 1.0.0 Index]