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)
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
Details
View, search, sort, etc. your data
Examples
Run this code# NOT RUN {
view_data(mtcars)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab