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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
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  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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