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.0")



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.0, https://cran.r-project.org/web/packages/git2rdata
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)
Other packages that cited git2rdata R package
View git2rdata citation profile
Other R packages that git2rdata depends, imports, suggests or enhances
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

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns