Package: glue 1.8.0.9000

glue: Interpreted String Literals
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
Authors:
glue_1.8.0.9000.tar.gz
glue_1.8.0.9000.zip(r-4.6)glue_1.8.0.9000.zip(r-4.5)glue_1.8.0.9000.zip(r-4.4)
glue_1.8.0.9000.tgz(r-4.6-x86_64)glue_1.8.0.9000.tgz(r-4.6-arm64)glue_1.8.0.9000.tgz(r-4.5-x86_64)glue_1.8.0.9000.tgz(r-4.5-arm64)
glue_1.8.0.9000.tar.gz(r-4.6-arm64)glue_1.8.0.9000.tar.gz(r-4.6-x86_64)glue_1.8.0.9000.tar.gz(r-4.5-arm64)glue_1.8.0.9000.tar.gz(r-4.5-x86_64)
glue_1.8.0.9000.tgz(r-4.5-emscripten)
glue.pdf |glue.html✨
glue/json (API)
NEWS
| # Install 'glue' in R: |
| install.packages('glue', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/glue/issues
Pkgdown/docs site:https://glue.tidyverse.org
Last updated from:dddf1cef61. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 124 | |
| linux-devel-x86_64 | OK | 115 | |
| source / vignettes | OK | 181 | |
| linux-release-arm64 | OK | 106 | |
| linux-release-x86_64 | OK | 121 | |
| macos-devel-arm64 | OK | 141 | |
| macos-devel-x86_64 | OK | 178 | |
| macos-release-arm64 | OK | 111 | |
| macos-release-x86_64 | OK | 198 | |
| windows-devel | OK | 174 | |
| windows-release | OK | 76 | |
| windows-oldrel | OK | 137 | |
| wasm-release | OK | 99 |
Exports:as_gluebacktickdouble_quoteglueglue_colglue_collapseglue_dataglue_data_colglue_data_safeglue_data_sqlglue_safeglue_sqlglue_sql_collapseidentity_transformersingle_quotetrim
Dependencies:
Custom knitr language engines
Rendered fromengines.Rmdusingknitr::rmarkdownon Jan 18 2026.Last update: 2024-08-30
Started: 2021-11-24
How to write a function that wraps glue
Rendered fromwrappers.Rmdusingknitr::rmarkdownon Jan 18 2026.Last update: 2024-08-30
Started: 2024-08-30
Introduction to glue
Rendered fromglue.Rmdusingknitr::rmarkdownon Jan 18 2026.Last update: 2024-10-04
Started: 2024-08-15
Transformers
Rendered fromtransformers.Rmdusingknitr::rmarkdownon Jan 18 2026.Last update: 2023-01-25
Started: 2017-08-22
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coerce object to glue | as_glue |
| Format and interpolate a string | glue glue_data |
| Construct strings with color | glue_col glue_data_col |
| Collapse a character vector | glue_collapse glue_sql_collapse |
| Safely interpolate strings | glue_data_safe glue_safe |
| Interpolate strings with SQL escaping | glue_data_sql glue_sql |
| Parse and Evaluate R code | identity_transformer |
| Quoting operators | backtick double_quote quoting single_quote |
| Trim a character vector | trim |
