glue 1.2.0
This article is originally published at https://www.tidyverse.org/blog/glue 1.2.0 is now available on CRAN! glue is designed to make it easy to interpolate (“glue”) your data into strings. Compared to equivalents like paste() and sprintf() it is easier to write and less time consuming to maintain. It also has no non-base dependencies so is easy to include in packages. Install the latest version with: install.packages("glue") glue has three primary functions, glue(), glue_data() and collapse(). glue() works in a similar way to double quotes " in a shell or python’s String Interpolation.
Thanks for visiting r-craft.org
This article is originally published at https://www.tidyverse.org/blog/
Please visit source website for post related comments.