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"))A data frame or sf object to view
Optional title for the viewer window (default: "misc::view_vd")
Which macOS terminal to use; see view_vd().
Returns the input data frame unchanged
Platform: Supported only on macOS. On Windows or Linux, stops with an error;
see view_vd() for VisiData and terminal requirements.