Other packages > Find by keyword >

libr  

Libraries, Data Dictionaries, and a Data Step for R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("libr", "1.3.8")



Attach the package and use:
library("libr")
Maintained by
David Bosak
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-12-09
Latest Update: 2024-02-11
Description:
Contains a set of functions to create data libraries, generate data dictionaries, and simulate a data step. The libname() function will load a directory of data into a library in one line of code. The dictionary() function will generate data dictionaries for individual data frames or an entire library. And the datestep() function will perform row-by-row data processing.
How to cite:
David Bosak (2020). libr: Libraries, Data Dictionaries, and a Data Step for R. R package version 1.3.8, https://cran.r-project.org/web/packages/libr. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.1 (2020-12-09 10:00), 1.1.1 (2021-01-06 23:20), 1.1.3 (2021-02-08 18:10), 1.2.0 (2021-06-29 09:20), 1.2.1 (2021-10-09 22:10), 1.2.2 (2021-11-22 23:20), 1.2.3 (2022-06-23 20:50), 1.2.5 (2022-08-08 14:20), 1.2.8 (2022-09-08 14:02), 1.2.9 (2023-11-17 21:30), 1.3.0 (2024-02-11 06:30), 1.3.1 (2024-03-07 16:40), 1.3.2 (2024-04-16 14:50), 1.3.3 (2024-05-25 14:40), 1.3.4 (2024-07-19 19:40), 1.3.7 (2024-11-06 20:20)
Other packages that cited libr R package
View libr citation profile
Other R packages that libr depends, imports, suggests or enhances
Complete documentation for libr
Functions, R codes and Examples using the libr R package
Some associated functions: datastep . delete . dictionary . dsarray . dsattr . import_spec . is.lib . length.dsarray . lib_add . lib_copy . lib_delete . lib_export . lib_info . lib_load . lib_path . lib_remove . lib_replace . lib_size . lib_sync . lib_unload . lib_write . libname . libr . output . print.lib . print.specs . read.specs . specs . sub-.dsarray . write.specs . 
Some associated R codes: RcppExports.R . datastep.R . dictionary.R . dsarray.R . dsattr.R . dshelpers.R . libname.R . libr-package.R . libr.R . specs.R . utilities.R .  Full libr package functions and examples
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  
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  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
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  

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