Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 10 found.
[1] < 1 > [1]  Sort:

excel_export (Package: ImportExport) : Export multiple R data sets to Excel

Exports a single data frame or a list of data frames to one or multiple excel sheets using the function write.xlsx frome the xlsx package. This function just add an option to write.xlsx so it can write multiple data frames with a single command .It can write both .xls and .xlsx files.
● Data Source: CranContrib
● Keywords: excel_export
● Alias: excel_export
● 0 images

access_import (Package: ImportExport) : Import tables and queries from Microssoft Office Access(.mdb)

Directly connect (and disconnect at the end) with the Microssoft Office Access database using the RODBC package and read one or multiple data sets. It can read both tables and SQL queries depending on the input instructions. It automatically detects date variables that are stored also with date format in the original data set.
● Data Source: CranContrib
● Keywords: access, import
● Alias: access_import
● 0 images

ImportExport-package (Package: ImportExport) : packageTitle{ImportExport

Sexpr[results=rd,stage=build]{tools:::Rd_package_description("ImportExport")} The package also includes an usefull shiny app called by ImportExportApp which uses all the content of the package to import and export databases in a rather easy way.
● Data Source: CranContrib
● Keywords: ImportExport
● Alias: ImportExport, ImportExport-package
● 0 images

ImportExportApp (Package: ImportExport) : Runs the shiny app

Runs a shiny app which uses all the content of the package to import and export databases in a rather easy way.
● Data Source: CranContrib
● Keywords:
● Alias: ImportExportApp
● 0 images

format_corrector (Package: ImportExport) : Identify and corrects variable formats

The function creates a loop to compare for each variable the values it have with the usual ones that typical R formats have in order to correct, for example, missing value or dates stored as a character. It also specify for each variable the most appropriate SPSS format that it should have.
● Data Source: CranContrib
● Keywords: format_corrector
● Alias: format_corrector
● 0 images

access_export (Package: ImportExport) : Export multiple R data sets to Microsoft Office Access

Directly connect (and disconnect at the end) with the Microssoft Office Access database using the RODBC package and write one or multiple data sets.
● Data Source: CranContrib
● Keywords: access_export
● Alias: access_export
● 0 images

var_view (Package: ImportExport) : Summarize variable information

Creates a table with the name, the description, the value labels and the format for each variable in the data frame. It is similar to the variable view shown in the SPSS.
● Data Source: CranContrib
● Keywords: labels, value.labels
● Alias: var_view
● 0 images

spss_export (Package: ImportExport) : Export data to SPSS (.sav) by using runsyntx.exe or pspp.exe

Export data to txt and syntax to an spss syntax file and then runs runsyntx.exe (located in the SPSS folder) in order to create the final file with .sav extension containing the data frame we wanted to export. Date variables in the original data frame are also identified when reading the .sav file with SPSS.
● Data Source: CranContrib
● Keywords: spss_export
● Alias: spss_export
● 0 images

table_import (Package: ImportExport) : Automatic separator data input

A small variation of the original read.table that most of the time detect automatically the field separator character. It also includes the option to run the format_corrector function in order to detect, for example, the date variables included in the original data set. If the function don't recognize any separator, it asks to specify the real one.
● Data Source: CranContrib
● Keywords: table_import
● Alias: table_import
● 0 images

spss_import (Package: ImportExport) : Import data set from SPSS (.sav)

Read a labelled data set from SPSS, finding automatically the date variables and keeping the variable and value labels information, by using the information obtained with spss_varlist() and the function spss.get from the Hmisc Package.
● Data Source: CranContrib
● Keywords: SPSS, import
● Alias: spss_import
● 0 images