Data Challenge Lab Home

String details [wrangle]

(Builds on: String basics)

The glue package contains the functions glue() and glue_data() as alternates to str_c() for combining data and strings. These functions can be used without loading the glue package through the stringr functions str_glue() and str_glue_data(), respectively.

Readings