Skip to contents

Create a viewer

Wrap a data frame, an artoo-conformed frame, or a path to a dataset file into an interactive viewer widget. Plain data frames work with zero artoo dependency; artoo supplies CDISC column metadata when present.

dataset_viewer()
View a dataset in an interactive SAS Studio-style grid

Shiny bindings

Embed the viewer in a Shiny app. Pair the output placeholder in the UI with the render function on the server; state changes (selected columns, filter, sort, view mode) flow back as Shiny inputs.

datasetviewerOutput() renderDatasetViewer()
Shiny bindings for the dataset viewer