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 20 Nov. 2024.
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

ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  
spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
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  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
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