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]
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 29 Mar. 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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for libr5101520253035404550556065TrendBars

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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