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 12 found.
[1] < 1 2 > [2]  Sort:

read.dbi.ffdf (Package: ETLUtils) : Read data from a DBI connection into an ffdf.

Read data from a DBI connection into an ffdf. This can for example be used to import large datasets from Oracle, SQLite, MySQL, PostgreSQL, Hive or other SQL databases into R.
● Data Source: CranContrib
● Keywords:
● Alias: read.dbi.ffdf
● 0 images

ETLUtils-package (Package: ETLUtils) : Extra utility functions to execute standard ETL operations on large data

Provides functions to load bigdata (e.g. from Oracle) directly into ffdf objects using DBI and some utility functions like recoding and matchmerge which does fast left outer join merging based on match.
● Data Source: CranContrib
● Keywords:
● Alias: ETLUtils, ETLUtils-package
● 0 images

matchmerge (Package: ETLUtils) : Merge two data frames (fast) by common columns by performing a left (outer) join or an inner join.

Merge two data frames (fast) by common columns by performing a left (outer) join or an inner join.
The data frames are merged on the columns given by by.x and by.y. Columns can be specified only by name. This differs from the merge function from the base package in that merging is done based on 1 column key only. If more than one column is supplied in by.x and by.y, these columns will be concatenated together to form 1 key which will be used to match. Alternatively, by.x and by.y can be 2 vectors of length NROW(x) which will be used as keys.
● Data Source: CranContrib
● Keywords:
● Alias: matchmerge
● 0 images

write.jdbc.ffdf (Package: ETLUtils) : Write ffdf data to a database table by using a JDBC connection.

Write ffdf data to a database table by using a JDBC connection. This can for example be used to store large ffdf datasets from R in Oracle, SQLite, MySQL, PostgreSQL, Hive or other SQL databases.
Mark that for very large datasets, these SQL databases might have tools to speed up by bulk loading. You might also consider that as an alternative to using this procedure.
● Data Source: CranContrib
● Keywords:
● Alias: write.jdbc.ffdf
● 0 images

write.odbc.ffdf (Package: ETLUtils) : Write ffdf data to a database table by using a ODBC connection.

Write ffdf data to a database table by using a ODBC connection. This can for example be used to store large ffdf datasets from R in Oracle, SQLite, MySQL, PostgreSQL, Hive or other SQL databases.
Mark that for very large datasets, these SQL databases might have tools to speed up by bulk loading. You might also consider that as an alternative to using this procedure.
● Data Source: CranContrib
● Keywords:
● Alias: write.odbc.ffdf
● 0 images

write.dbi.ffdf (Package: ETLUtils) : Write ffdf data to a database table by using a DBI connection.

Write ffdf data to a database table by using a DBI connection. This can for example be used to store large ffdf datasets from R in Oracle, SQLite, MySQL, PostgreSQL, Hive or other SQL databases.
Mark that for very large datasets, these SQL databases might have tools to speed up by bulk loading. You might also consider that as an alternative to using this procedure.
● Data Source: CranContrib
● Keywords:
● Alias: write.dbi.ffdf
● 0 images

renameColumns (Package: ETLUtils) : Renames variables in a data frame.

Renames variables in a data frame.
● Data Source: CranContrib
● Keywords:
● Alias: renameColumns
● 0 images

naLOCFPlusone (Package: ETLUtils) : Performs NA replacement by last observation carried forward but adds 1 to the last observation carried forward.

Performs NA replacement by last observation carried forward but adds 1 to the last observation carried forward.
● Data Source: CranContrib
● Keywords:
● Alias: naLOCFPlusone
● 0 images

factorise (Package: ETLUtils) : Put character vectors, columns of a data.frame or list elements as factor

Put character vectors, columns of a data.frame or list elements as factor if they are character strings or optionally if they are logicals
● Data Source: CranContrib
● Keywords:
● Alias: factorise, factorise.character, factorise.data.frame, factorise.default, factorise.list
● 0 images

recoder (Package: ETLUtils) : Recodes the values of a character vector

Recodes the values of a character vector
● Data Source: CranContrib
● Keywords:
● Alias: recoder
● 0 images