ui.fread: shinypipe UI for getting user input to the function fread

Description Usage Arguments

View source: R/p_fread.R

Description

shinypipe UI for getting user input to the function fread

Usage

1
2
ui.fread(id, fileIn = list(label = "Input file"), sep = ",",
  header = T)

Arguments

id

namespace id (string)

fileIn

list of params for shiny::fileInput to select a file

sep

Selected value for the separator (default: ",") If user doesn't need this control, set it to NULL, and control the parameter through params in s.fread

header

Whether file has headers (default: T) If user doesn't need this control, set it to NULL, and control the parameter through params in s.fread


rajkar86/shinypipe documentation built on Aug. 22, 2021, 9:48 p.m.