vd: Open dataframe using visidata

View source: R/main.r

vdR 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.


rvisidata documentation built on May 29, 2024, 1:50 a.m.