Package datasets.load

Similar documents
Package editdata. October 7, 2017

Package fastdummies. January 8, 2018

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

Package jstree. October 24, 2017

Package comparedf. February 11, 2019

Package profvis. R topics documented:

Package repec. August 31, 2018

Package spelling. December 18, 2017

Package slickr. March 6, 2018

Package kirby21.base

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

Package SEMrushR. November 3, 2018

Package barcoder. October 26, 2018

Package mdftracks. February 6, 2017

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

Package strat. November 23, 2016

Package canvasxpress

Package librarian. R topics documented:

Package IATScore. January 10, 2018

Package validara. October 19, 2017

Package autoshiny. June 25, 2018

Package d3plus. September 25, 2017

Package estprod. May 2, 2018

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

Package shinyfeedback

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

Package spark. July 21, 2017

Package bisect. April 16, 2018

Package crossword.r. January 19, 2018

Package weco. May 4, 2018

Package CatEncoders. March 8, 2017

Package ecoseries. R topics documented: September 27, 2017

Package tidyselect. October 11, 2018

Package hypercube. December 15, 2017

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

Package ECctmc. May 1, 2018

Package jpmesh. December 4, 2017

Package shiny.semantic

Package sfc. August 29, 2016

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

Package gtrendsr. October 19, 2017

Package available. November 17, 2017

Package messaging. May 27, 2018

Package gtrendsr. August 4, 2018

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

Package rnn. R topics documented: June 21, Title Recurrent Neural Network Version 0.8.1

Package bupar. March 21, 2018

Package texpreview. August 15, 2018

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

Package robotstxt. November 12, 2017

Package QCAtools. January 3, 2017

Package clipr. June 23, 2018

Package splithalf. March 17, 2018

Package manet. September 19, 2017

Package CuCubes. December 9, 2016

Package linkspotter. July 22, Type Package

Package smapr. October 20, 2017

Package raker. October 10, 2017

Package hyphenatr. August 29, 2016

Package githubinstall

Package shinyhelper. June 21, 2018

Package pdfsearch. July 10, 2018

Package sankey. R topics documented: October 22, 2017

Package WordR. September 7, 2017

Package pkgload. July 8, 2018

Package ASICS. January 23, 2018

Package patentsview. July 12, 2017

Package tabulizer. June 7, 2018

Package datapasta. January 24, 2018

Package epitab. July 4, 2018

Package data.world. April 5, 2018

Package vesselr. R topics documented: April 3, Type Package

Package pkgbuild. October 16, 2018

Package projector. February 27, 2018

Package lazydata. December 4, 2016

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

Package catchr. R topics documented: December 30, Type Package. Title Catch, Collect, and Raise Conditions. Version 0.1.0

Package quadprogxt. February 4, 2018

Package calpassapi. August 25, 2018

Package wikitaxa. December 21, 2017

Package tm.plugin.lexisnexis

Package samplesizecmh

Package reval. May 26, 2015

Package tidyimpute. March 5, 2018

Package PCADSC. April 19, 2017

Package leaflet.minicharts

Package signalhsmm. August 29, 2016

Package fastqcr. April 11, 2017

Package heims. January 25, 2018

Package rpst. June 6, 2017

Package deductive. June 2, 2017

Package AhoCorasickTrie

Package opencage. January 16, 2018

Package vdiffr. April 27, 2018

Package BiocManager. November 13, 2018

Package geniusr. December 6, 2017

Package sessioninfo. June 21, 2017

Package ether. September 22, 2018

Package effectr. January 17, 2018

Package rcmdcheck. R topics documented: November 10, 2018

Transcription:

Title Interface for Loading Datasets Version 0.1.0 Package datasets.load December 14, 2016 Visual interface for loading datasets in RStudio from insted (unloaded) s. Depends R (>= 3.0.0) Imports shiny, miniui, DT License GPL-3 Encoding UTF-8 LazyData true RoxygenNote 5.0.1 NeedsCompilation no Author Bastiaan quast [aut, cre] Maintainer Bastiaan quast <bquast@gmail.com> Repository CRAN Date/Publication 2016-12-14 18:36:29 R topics documented: datasets.load-.................................... 2 data............................................ 2 browsedatasets....................................... 2 datasets........................................... 3 datasets.load......................................... 3 getdatasetinfo........................................ 4 print.browsedatasets.................................... 4 print.datasets........................................ 5 printdatasets........................................ 5 promptdatasets....................................... 6 Index 7 1

2 browsedatasets datasets.load- Interface for loading Datasets Interface for loading Datasets data List datasets List datasets data( = NULL, = NULL, = TRUE, a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets. browsedatasets List datasets in an HTML Browser List datasets in an HTML Browser browsedatasets( = NULL, = NULL, = TRUE,

datasets 3 a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets. datasets View datasets from insted View datasets from insted datasets( = NULL, = NULL, = TRUE, a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets. Examples # write data.frame of datasets to object dtsts <- datasets() datasets.load Load Datasets from a Menu Load Datasets from a Menu datasets.load()

4 print.browsedatasets getdatasetinfo Get information on insted datasets. Get information on insted datasets. getdatasetinfo( = NULL, = NULL, = TRUE, a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets. print.browsedatasets Print function for browsedatasets objects Print function for browsedatasets objects ## S3 method for class 'browsedatasets' print(x,...) x Object of class datasets... Further arguments, ignored by the print method.

print.datasets 5 print.datasets Print function for datasets class objects Print function for datasets class objects ## S3 method for class 'datasets' print(x,...) x an object used to select a method.... further arguments passed to or from other methods. printdatasets Print datasets in the console Print datasets in the console printdatasets( = NULL, = NULL, = TRUE, a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets.

6 promptdatasets promptdatasets Prompt for dataset in the console Prompt for dataset in the console promptdatasets( = NULL, = NULL, = TRUE, a character vector with the names of s to search through, or NULL in which "" s (as defined by argument ) are searched. of NULL corresponds to libraries currently known. logical; if TRUE search available s in the library trees specified by, and if FALSE, search only attached s. logical; if TRUE, do not include the datasets from the datasets.

Index data, 2 browsedatasets, 2 datasets, 3 datasets.load, 3 datasets.load-, 2 getdatasetinfo, 4 print.browsedatasets, 4 print.datasets, 5 printdatasets, 5 promptdatasets, 6 7