macOS only. Does not work on Windows or Linux (see view_vd()). Opens a data frame in VisiData terminal viewer, saving to a fixed location in Downloads. Similar to view_vd() but without interactive mode check. Uses vdk when on PATH, otherwise vd (see Details of view_vd()).

view_vd_nonint(data, title = NULL, terminal = c("terminal", "auto", "iterm"))

Arguments

data

A data frame or sf object to view

title

Optional title for the viewer window (default: "misc::view_vd")

terminal

Which macOS terminal to use; see view_vd().

Value

Returns the input data frame unchanged

Details

Platform: Supported only on macOS. On Windows or Linux, stops with an error; see view_vd() for VisiData and terminal requirements.