Other packages > Find by keyword >

git2rdata  

Store and Retrieve Data.frames in a Git Repository
View on CRAN: Click here


Download and install git2rdata package within the R console
Install from CRAN:
install.packages("git2rdata")

Install from Github:
library("remotes")
install_github("cran/git2rdata")

Install by package version:
library("remotes")
install_version("git2rdata", "0.4.1")



Attach the package and use:
library("git2rdata")
Maintained by
Thierry Onkelinx
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-06-17
Latest Update: 2022-03-17
Description:
The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.
How to cite:
Thierry Onkelinx (2019). git2rdata: Store and Retrieve Data.frames in a Git Repository. R package version 0.4.1, https://cran.r-project.org/web/packages/git2rdata. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1 (2019-06-17 16:20), 0.2.0 (2019-11-18 12:50), 0.2.1 (2020-03-02 16:30), 0.3.1 (2021-01-21 11:50), 0.4.0 (2022-03-17 12:40)
Other packages that cited git2rdata R package
View git2rdata citation profile
Other R packages that git2rdata depends, imports, suggests or enhances
Complete documentation for git2rdata
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA