Package DataClean. August 29, 2016

Similar documents
Package kirby21.base

Package datasets.load

Package spelling. December 18, 2017

Package rrdf. R topics documented: February 15, Type Package

Package scraep. November 15, Index 6

Package apastyle. March 29, 2017

Package RYoudaoTranslate

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

Package GetITRData. October 22, 2017

Package scraep. July 3, Index 6

Package strat. November 23, 2016

Package ecoseries. R topics documented: September 27, 2017

Package shinyhelper. June 21, 2018

Package corenlp. June 3, 2015

Package sfc. August 29, 2016

Krames On-Demand (KOD) v6 Content Export Module

Package SEMrushR. November 3, 2018

Package JGR. September 24, 2017

Package rcv. August 11, 2017

Package sqliter. August 29, 2016

Package jstree. October 24, 2017

Package ECctmc. May 1, 2018

Package epitab. July 4, 2018

Package repec. August 31, 2018

Package IATScore. January 10, 2018

Package edfreader. R topics documented: May 21, 2017

Package goodpractice

Package shinyfeedback

Package fastqcr. April 11, 2017

Package taskscheduler

Package vdiffr. April 27, 2018

Package robotstxt. November 12, 2017

Package WordR. September 7, 2017

Package io. January 15, 2018

Package texpreview. August 15, 2018

Package staplr. May 9, 2018

Package hypercube. December 15, 2017

Package readxl. April 18, 2017

Package tm.plugin.lexisnexis

Package MicroStrategyR

Package gtrendsr. October 19, 2017

Package calpassapi. August 25, 2018

Package readobj. November 2, 2017

Package jmetrik. March 15, 2015

Package tm.plugin.factiva

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

Main Window. Overview. Do this Click the New Report link. Create a New Report.

Package CatEncoders. March 8, 2017

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

Package zip. R topics documented: March 11, Title Cross-Platform 'zip' Compression Version 2.0.1

Package lxb. R topics documented: August 29, 2016

Package ms.sev. R topics documented: December 21, Type Package

Package WriteXLS. March 14, 2013

Package barcoder. October 26, 2018

Package GUIProfiler. August 23, GUIProfiler-package... 1 RRprofReport... 3 RRprofStart... 5 RRprofStop Index 9

Package profvis. R topics documented:

Package fastdummies. January 8, 2018

Package geniusr. December 6, 2017

Package canvasxpress

Configuration Export and Import

Package gtrendsr. August 4, 2018

Package editdata. October 7, 2017

Package gifti. February 1, 2018

Package eulerian. February 19, Index 5

Package SimilaR. June 21, 2018

Package algorithmia. September 13, 2016

Package FastKNN. February 19, 2015

Package bisect. April 16, 2018

Package IncucyteDRC. August 29, 2016

Package gsalib. R topics documented: February 20, Type Package. Title Utility Functions For GATK. Version 2.1.

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

32 Using Local Data Sources in Web Intelligence Documents

Package fitbitscraper

Package internetarchive

Package sessioninfo. June 21, 2017

Package spark. July 21, 2017

Package IgorR. May 21, 2017

Package assortnet. January 18, 2016

Package ibm. August 29, 2016

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package cronr. March 3, 2017

Package tm.plugin.factiva

Package TestDataImputation

Package tm.plugin.factiva

Package QCAtools. January 3, 2017

Package genelistpie. February 19, 2015

Package githubinstall

Identifying Updated Metadata and Images from a Content Provider

Package rcma. April 30, 2015

Package ssh. June 4, 2018

Package gridgraphics

Package phuse. January 2, 2019

Empower Data Exporter. The Empower Data Exporter is for use with Empower 2154 and requires the Microsoft.NET Framework version 2.0.

Package TVsMiss. April 5, 2018

Package hpoplot. R topics documented: December 14, 2015

Package MonteCarlo. April 23, 2017

Package knitrbootstrap

Package mdftracks. February 6, 2017

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

Package EDFIR. R topics documented: July 17, 2015

Transcription:

Type Package Title Data Cleaning Version 1.0 Date 2016-03-20 Author Xiaorui(Jeremy) Zhu Package DataClean August 29, 2016 Maintainer Xiaorui(Jeremy) Zhu <zhuxiaorui1989@gmail.com> Depends R (>= 3.1.0) Imports xlsx, XML Includes functions that researchers or practitioners may use to clean raw data, transferring html, xlsx, txt data file into other formats. And it also can be used to manipulate text variables, extract numeric variables from text variables and other variable cleaning processes. It is originated from a author's project which focuses on creative performance in online education environment. The resulting paper of that study will be published soon. License GPL-3 RoxygenNote 5.0.1 NeedsCompilation no Repository CRAN Date/Publication 2016-03-25 09:10:37 R topics documented: consolida.......................................... 2 getsfilespath........................................ 2 htmltodata.......................................... 3 MergerXLSX........................................ 4 Index 5 1

2 getsfilespath consolida An internal function for data merging. This is a function that use to match original data and addin data with identified variable. consolida(row, data, mergevar) row data mergevar One sample that is already divided from the original file. The "addin" file. The variable that use to merge. Details This function is for internal use only, so no need to export it. It figures out the ID in the "addin" file then merge variables in addin file to the original file. This function is used for further "lapply" porcess. is single line contains original variables and addin variables. Xiaorui.Zhu getsfilespath Collecting paths of some specified files that you want to import or read. If you want to collect all files under certain folder, this function should be the perfect one. It will collect all files with certain name. Then this function will return a list will all paths of those files so that further import or read is feasible. getsfilespath(root.path, filename)

htmltodata 3 root.path filename is the root path including all folders and files that you would like to search. is the name of files that you want to collect. The whole paths of all files that meet the criteria were saved as a list. Examples getsfilespath(root.path = R.home(), filename = "?.exe") htmltodata htmltodata "htmltodata" function is used to transfer information from html files to R or xlsx files htmltodata(path) path is the path of the file that you want to import into R and then export. The return data are a list include all text results of submitters answers. Xiaorui(Jeremy) Zhu

4 MergerXLSX MergerXLSX A function to merger xlsx files by a same variable. This is a function that can be used to merger xlsx file using identified variables. MergerXLSX(original_file, addin_file, mergeid) original_file addin_file mergeid The name of original file. This file contains all original data. It should be a "xlsx" file and saved in the same working folder. This input must be a character string of file name if it is saved in working directory, or it should include saving path of file. The file that need to be merged. It should be "xlsx" file and saved in the same working folder. The merger variable name in both files. The variable name should be same in two files. Details This function need three parameters. First is name of the original file that contains original data. Second is name of file that need to be merged. Third is the identifiable variable name that in both files. Return data are all original data with addin variables. Xiaorui (Jeremy) Zhu References Author s Github https://github.com/xiaoruizhu. If you have trouble with rjava or xlsx, please check http://stackoverflow.com/questions/7019912/using-the-rjava-package-on-win7-64-bit-with-r for further information to fix it. Examples # file1 <- "C:/data.xlsx" # file2 <- "C:/data2.xlsx" # merged <- MergerXLSX(file1, file2, mergeid)

Index consolida, 2 getsfilespath, 2 htmltodata, 3 MergerXLSX, 4 5