Other packages > Find by keyword >

yaml  

Methods to Convert R Data to YAML and Back
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("yaml", "2.3.10")



Attach the package and use:
library("yaml")
Maintained by
Shawn Garbett
[Scholar Profile | Author Map]
First Published: 2008-03-21
Latest Update: 2023-12-11
Description:
Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<https://pyyaml.org/wiki/LibYAML>) for R.
How to cite:
Shawn Garbett (2008). yaml: Methods to Convert R Data to YAML and Back. R package version 2.3.10, https://cran.r-project.org/web/packages/yaml. Accessed 27 Apr. 2025.
Previous versions and publish date:
1.0.1 (2008-11-14 18:00), 1.0.2 (2009-08-26 14:39), 1.0 (2008-03-21 20:28), 1.1.0 (2009-09-12 14:18), 1.2.0 (2011-06-17 10:37), 2.0.0 (2011-11-12 17:15), 2.1.0 (2011-12-03 10:35), 2.1.1 (2011-12-08 20:02), 2.1.2 (2012-01-17 19:27), 2.1.3 (2012-01-31 18:01), 2.1.4 (2012-04-05 18:26), 2.1.5 (2012-11-15 23:53), 2.1.6 (2013-01-18 18:08), 2.1.7 (2013-03-05 06:44), 2.1.8 (2013-08-23 08:10), 2.1.9 (2013-12-29 09:43), 2.1.10 (2014-01-04 00:58), 2.1.11 (2014-03-15 05:08), 2.1.12 (2014-06-11 18:11), 2.1.13 (2014-06-12 21:01), 2.1.14 (2016-11-12 19:55), 2.1.15 (2017-12-02 00:21), 2.1.16 (2017-12-12 23:10), 2.1.17 (2018-02-28 00:26), 2.1.18 (2018-03-08 23:39), 2.1.19 (2018-05-01 12:38), 2.2.0 (2018-07-25 17:40), 2.2.1 (2020-02-01 06:50), 2.2.2 (2022-01-25 12:10), 2.3.4 (2022-02-17 19:10), 2.3.5 (2022-02-21 10:20), 2.3.6 (2022-10-18 10:30), 2.3.7 (2023-01-23 19:40), 2.3.8 (2023-12-11 19:50), 2.3.9 (2024-07-05 18:30)
Other packages that cited yaml R package
View yaml citation profile
Other R packages that yaml depends, imports, suggests or enhances
Complete documentation for yaml
Functions, R codes and Examples using the yaml R package
Some associated functions: as.yaml . read_yaml . verbatim_logical . write_yaml . yaml.load . 
Some associated R codes: as.yaml.R . read_yaml.R . verbatim_logical.R . write_yaml.R . yaml.load.R . yaml.load_file.R . zzz.R .  Full yaml package functions and examples
Downloads during the last 30 days
03/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/26Downloads for yaml20000250003000035000400004500050000TrendBars

Today's Hot Picks in Authors and Packages

intmed  
Mediation Analysis using Interventional Effects
Implementing the interventional effects for mediation analysis for up to 3 mediators. The methods u ...
Download / Learn more Package Citations See dependency  
HACSim  
Iterative Extrapolation of Species' Haplotype Accumulation Curves for Genetic Diversity Assessment
Performs iterative extrapolation of species' haplotype accumulation curves using a nonparametric sto ...
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  
cattonum  
Encode Categorical Features
Functions and S3 classes for the followingmethods of encoding categorical features as numericsaggreg ...
Download / Learn more Package Citations See dependency  
misPRIME  
Partial Replacement Imputation Estimation for Missing Covariates
Partial Replacement Imputation Estimation (PRIME) can overcome problems caused by missing covariates ...
Download / Learn more Package Citations See dependency  
cohortBuilder  
Data Source Agnostic Filtering Tools
Common API for filtering data stored in different data models. Provides multiple filter types and r ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

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