Other packages > Find by keyword >

glue  

Interpreted String Literals
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("glue", "1.8.0")



Attach the package and use:
library("glue")
Maintained by
Jennifer Bryan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-04-18
Latest Update: 2024-01-09
Description:
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation and Docstrings and Julia's Triple-Quoted String Literals .
How to cite:
Jennifer Bryan (2017). glue: Interpreted String Literals. R package version 1.8.0, https://cran.r-project.org/web/packages/glue. Accessed 18 Feb. 2025.
Previous versions and publish date:
1.0.0 (2017-04-18 00:29), 1.1.0 (2017-06-13 23:00), 1.1.1 (2017-06-21 18:58), 1.2.0 (2017-10-29 21:03), 1.3.0 (2018-07-17 21:10), 1.3.1 (2019-03-12 23:30), 1.3.2 (2020-03-12 17:10), 1.4.0 (2020-04-03 16:10), 1.4.1 (2020-05-13 18:10), 1.4.2 (2020-08-27 15:50), 1.5.0 (2021-11-07 01:50), 1.5.1 (2021-11-30 10:50), 1.6.0 (2021-12-17 08:20), 1.6.1 (2022-01-23 00:52), 1.6.2 (2022-02-24 08:50), 1.7.0 (2024-01-10 00:13)
Other packages that cited glue R package
View glue citation profile
Other R packages that glue depends, imports, suggests or enhances
Complete documentation for glue
Functions, R codes and Examples using the glue R package
Some associated functions: as_glue . glue-deprecated . glue . glue_col . glue_collapse . glue_safe . glue_sql . identity_transformer . quoting . trim . 
Some associated R codes: color.R . compat-s3-register.R . glue.R . knitr.R . quoting.R . safe.R . sql.R . transformer.R . utils.R . vctrs.R . zzz.R .  Full glue 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

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
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  
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  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
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  

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