glue icon indicating copy to clipboard operation
glue copied to clipboard

Glue strings to data in R. Small, fast, dependency free interpreted string literals.

Results 39 glue issues
Sort by recently updated
recently updated
newest added

No need to merge until roxygen2 is on CRAN

I'm developing a package that uses a lot of glue. In each usage I want to use `.trim = FALSE`. It's very troublesome to add `.trim = FALSE` parameter to...

documentation

Can not identify anything... I don't use vapply()... Any ideas? The message appears after rolling hundreds lines of code within a nesting. I have no clue where glue is used....

https://github.com/tidyverse/glue/blob/9f88e2179fc7aa6ff11214271fd61bba169f925c/man/glue_sql.Rd#L195 Per the NEWS, this style is only valid from DBI v1.2.0: > Id() now accepts unnamed components (#417). If names are provided, the components are arranged in SQL order...

Thanks to the cumulative work of 2 tidy dev days, glue has gotten a "get started" style vignette. This PR is me continuing to polish the README and that vignette.

I want to warn users if not all items they pass to a function are passed to a `glue` specification (related to billdenney/ggtibble#13). As a pseudocode example, I'd like to...

While working on #335, I found a minor, formatting typo in the `glue()` docs. I fixed it here.