powered by
View data in a shiny-app
view_data( dataset, vars = "", filt = "", rows = NULL, na.rm = FALSE, dec = 3, envir = parent.frame() )
Data.frame or name of the dataframe to view
Variables to show (default is all)
Filter to apply to the specified dataset
Select rows in the specified dataset
Remove rows with missing values (default is FALSE)
Number of decimals to show
Environment to extract data from
View, search, sort, etc. your data
See get_data and filter_data
get_data
filter_data
# NOT RUN { view_data(mtcars) # } # NOT RUN { # }
Run the code above in your browser using DataLab