The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Introduction to rvisidata

Setup

library(rvisidata)

You need to have VisiData installed. Please follow the official installation instructions provided here.

To verify visidata is installed correctly, vd --version should print out the installed version.

Introduction to rvisidata

Use rvisidata with the iris dataset.

# This function calls an interactive VisiData session with the provided data frame.
# The session will block any further code execution until it's exited.
# The \dontrun{} is used here to prevent execution during vignette rendering and R CMD check.
#' \dontrun{
vd(iris)
#' }

Limitations

Any changes to the data made in within VisiData is not stored or passed back to R. You can use VisiData solely to display and explore the data.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.