Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

view_data

View data in a shiny-app


Description

View data in a shiny-app

Usage

view_data(
  dataset,
  vars = "",
  filt = "",
  rows = NULL,
  na.rm = FALSE,
  dec = 3,
  envir = parent.frame()
)

Arguments

dataset

Data.frame or name of the dataframe to view

vars

Variables to show (default is all)

filt

Filter to apply to the specified dataset

rows

Select rows in the specified dataset

na.rm

Remove rows with missing values (default is FALSE)

dec

Number of decimals to show

envir

Environment to extract data from

Details

View, search, sort, etc. your data

See Also

Examples

## Not run: 
view_data(mtcars)

## End(Not run)

radiant.data

Data Menu for Radiant: Business Analytics using R and Shiny

v1.3.12
AGPL-3 | file LICENSE
Authors
Vincent Nijs [aut, cre]
Initial release
2020-11-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.