Package editdata. October 7, 2017

Similar documents
Package datasets.load

Package shinyfeedback

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package fastdummies. January 8, 2018

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists

Package RLumShiny. June 18, 2018

Package colourpicker

Package ECctmc. May 1, 2018

Package shiny.semantic

Package datapasta. January 24, 2018

Package jstree. October 24, 2017

Package bisect. April 16, 2018

Package barcoder. October 26, 2018

Package canvasxpress

Package validara. October 19, 2017

Package shinyhelper. June 21, 2018

Package gtrendsr. October 19, 2017

Package SEMrushR. November 3, 2018

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package pdfsearch. July 10, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package gtrendsr. August 4, 2018

Package ggextra. April 4, 2018

Package jpmesh. December 4, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package spark. July 21, 2017

Package repec. August 31, 2018

Package slickr. March 6, 2018

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package kirby21.base

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package opencage. January 16, 2018

Package d3heatmap. February 1, 2018

Package liftr. R topics documented: May 14, Type Package

Package sigmanet. April 23, 2018

Package qualmap. R topics documented: September 12, Type Package

Package calpassapi. August 25, 2018

Package WordR. September 7, 2017

Package profvis. R topics documented:

Package readxl. April 18, 2017

Package knitrprogressbar

Package GetITRData. October 22, 2017

Package shinyaframe. November 26, 2017

Package splithalf. March 17, 2018

Package tabulizer. June 7, 2018

Package styler. December 11, Title Non-Invasive Pretty Printing of R Code Version 1.0.0

Package data.world. April 5, 2018

Package IATScore. January 10, 2018

Package docxtools. July 6, 2018

Package robotstxt. November 12, 2017

Package rgho. R topics documented: January 18, 2017

Package modmarg. R topics documented:

Package embed. November 19, 2018

Package censusapi. August 19, 2018

Package raker. October 10, 2017

Package ipc. January 12, 2019

Package catenary. May 4, 2018

Package mdftracks. February 6, 2017

Package pmatch. October 19, 2018

Package PCADSC. April 19, 2017

Package texpreview. August 15, 2018

Package d3plus. September 25, 2017

Package hypercube. December 15, 2017

Package rsppfp. November 20, 2018

Package AutoDeskR. July 10, 2017

Package facerec. May 14, 2018

Package TrafficBDE. March 1, 2018

Package dkanr. July 12, 2018

Package wikitaxa. December 21, 2017

Package goodpractice

Package collapsibletree

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package clipr. June 23, 2018

Package fitbitscraper

Package lumberjack. R topics documented: July 20, 2018

Package effectr. January 17, 2018

Package kdtools. April 26, 2018

Package ecoseries. R topics documented: September 27, 2017

Package nlgeocoder. October 8, 2018

Package estprod. May 2, 2018

Package weco. May 4, 2018

Package essurvey. August 23, 2018

Package projector. February 27, 2018

DSCI 325: Handout 26 Introduction to R Shiny Spring 2017

Package autoshiny. June 25, 2018

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package sessioninfo. June 21, 2017

Package deductive. June 2, 2017

Package spelling. December 18, 2017

Package smapr. October 20, 2017

Package rcv. August 11, 2017

Package balance. October 12, 2018

Package githubinstall

Package virustotal. May 1, 2017

Package postgistools

Package googleauthr. November 14, 2017

Package tfruns. February 18, 2018

Package condusco. November 8, 2017

Transcription:

Type Package Title 'RStudio' Addin for Editing a 'data.frame' Version 0.1.2 Package editdata October 7, 2017 Imports shiny (>= 0.13, miniui (>= 0.1.1, rstudioapi (>= 0.5, DT, tibble An 'RStudio' addin for editing a 'data.frame' or a 'tibble'. You can delete, add or update a 'data.frame' without coding. You can get resultant data as a 'data.frame'. In the package, modularized 'shiny' app codes are provided. These modules are intended for reuse across applications. URL https://github.com/cardiomoon/editdata BugReports https://github.com/cardiomoon/editdata/issues License GPL-3 Encoding UTF-8 Depends R (>= 2.10 LazyData true RoxygenNote 6.0.1 Suggests knitr, rmarkdown VignetteBuilder knitr NeedsCompilation no Author Keon-Woong Moon [aut, cre] Maintainer Keon-Woong Moon <cardiomoon@gmail.com> Repository CRAN Date/Publication 2017-10-07 15:47:30 UTC R topics documented: checkboxinput3....................................... 2 dateinput3.......................................... 3 1

2 checkboxinput3 editabledt......................................... 3 editabledtui........................................ 4 editdata........................................... 5 3............................................ 5 numericinput3........................................ 6 radiobuttons3........................................ 7 sampledata......................................... 8 selectinput3......................................... 8 textinput3.......................................... 9 Index 10 checkboxinput3 Create a side-by-side checkboxinput Create a side-by-side checkboxinput checkboxinput3(inputid,, value = FALSE, = 100 inputid value The input slot that will be used to access the value. Display for the control, or NULL for no. Initial value. 3("Welcome", checkboxinput3("somevalue", "Some value", FALSE, verbatimtextoutput("value" server <- function(input, output { output$value <- rendertext({ input$somevalue shinyapp(ui, server

dateinput3 3 dateinput3 Create a side-by-side dateinput Create a side-by-side dateinput dateinput3(inputid,, = 100,... inputid The input slot that will be used to access the value. Display for the control, or NULL for no.... arguments to be passed to dateinput 3("Welcome", dateinput3("date", "date", verbatimtextoutput("value" server <- function(input, output { output$value <- rendertext({ input$date shinyapp(ui, server editabledt Server function of editdata Shiny module Server function of editdata Shiny module editabledt(input, output, session, dataname = reactive("", data = reactive(null, input = reactive(100

4 editabledtui input output session dataname data input input output session A string of representing data name A data object Numeric indicating default input in pixel editabledtui UI of editdata Shiny module UI of editdata Shiny module editabledtui(id id A string textinput("mydata","enter data name",value="mtcars", editabledtui("table1", verbatimtextoutput("test", editabledtui("table2", verbatimtextoutput("test2" server <- function(input, output { df=callmodule(editabledt,"table1",dataname=reactive(input$mydata,input=reactive(170 output$test=renderprint({ str(df( mydf<-editdata::sampledata df2=callmodule(editabledt,"table2",data=reactive(mydf output$test2=renderprint({ str(df2( shinyapp(ui, server

editdata 5 editdata A shiny app for editing a data.frame A shiny app for editing a data.frame editdata(data = NULL, viewer = "dialog" data viewer A tibble or a tbl_df or a data.frame to manipulate Specify where the gadget should be displayed. Possible choices are c("dialog","browser","pane" Value A manipulated data.frame or NULL library(editdata result<-editdata(mtcars result 3 Create a side-by-side Create a side-by-side 3(, = 100, bg = NULL,... A text to display bg The color of text... arguments to be passed to

6 numericinput3 3("Welcome", checkboxinput3("somevalue", "Some value", FALSE, verbatimtextoutput("value" server <- function(input, output { output$value <- rendertext({ input$somevalue shinyapp(ui, server numericinput3 Create a side-by-side numericinput Create a side-by-side numericinput numericinput3(inputid,, value, min = NA, max = NA, step = NA, = 100,... inputid value min max step The input slot that will be used to access the value. Display for the control, or NULL for no. Initial value. Minimum allowed value Maximum allowed value Interval to use when stepping between min and max... arguments to be passed to numericinput textinput3("id", "id", "", numericinput3("score","score",value=1

radiobuttons3 7 server <- function(input, output { shinyapp(ui, server radiobuttons3 Create a side-by-side radiobuttons Create a side-by-side radiobuttons radiobuttons3(inputid,, choices, bg = NULL, = 100, inline = FALSE, align = "right",... inputid choices bg inline align The input slot that will be used to access the value. Display for the control, or NULL for no. List of values to select from The color of text The of the in pixel If TRUE, render the choices inline (i.e. horizontally text align of... arguments to be passed to radiobuttons 3("Welcome", radiobuttons3("mydata", "mydata", choices=c("mtcars","iris", verbatimtextoutput("value" server <- function(input, output { output$value <- rendertext({ input$mydata shinyapp(ui, server

8 selectinput3 sampledata Sample Data for testing editdata addin A sample dataset containing data for 4 people sampledata Format A data.frame with 4 rows and 6 variables: name Last name age age in years country Country Name sex sex, A factor with two levels. bloodtype Blood Type. A factor with four levels date Date selectinput3 Create a side-by-side selectinput Create a side-by-side selectinput selectinput3(..., = 100... arguments to be passed to selectinput

textinput3 9 selectinput3("sex", "sex", choices=c("male","female", selectinput3("smoking", "smokingstatus", choices=c("never","ex-smoker","smoker" server <- function(input, output { shinyapp(ui, server textinput3 Create a side-by-side textinput control for entry of unstructured text values Create a side-by-side textinput control for entry of unstructured text values textinput3(inputid,, value = "", = 100, bg = NULL,... inputid The input slot that will be used to access the value. Display for the control, or NULL for no. value Initial value. bg The color of text... arguments to be passed to textinput textinput3("id", "id", "", textinput3("name","name","" server <- function(input, output { shinyapp(ui, server

Index Topic datasets sampledata, 8 checkboxinput3, 2 dateinput3, 3 editabledt, 3 editabledtui, 4 editdata, 5 3, 5 numericinput3, 6 radiobuttons3, 7 sampledata, 8 selectinput3, 8 textinput3, 9 10