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



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.9, https://cran.r-project.org/web/packages/libr. Accessed 18 Feb. 2025.
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), 1.3.8 (2024-12-13 15:10)
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

ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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