fileImportWidget: Shiny UI widget to import data from a file

Description Usage Arguments Value

View source: R/file_import.R

Description

This widget provides UI for the user to select a file and specify options to parse and import the file. The preview panel will update accordingly so users will be able to know if they are doing things correctly.

Usage

1
2
fileImportWidget(id, label = NULL, dataType = c(C_DATA_TYPE_TABLE,
  C_DATA_TYPE_MATRIX), enableDataTypeSelection = TRUE)

Arguments

id

ID of this UI component

label

A descriptive label

dataType

Data type to parse the file as

enableDataTypeSelection

Whether to let the user specify which data type to import the file as

Value

The widget


keqiang/shinywidgets documentation built on March 3, 2020, 11:56 p.m.