Sorry I'm relatively new to R and am not seeing the difference here. Am I missing a package?
This is what the traceback of the error shows.
Error in glue(str, .envir = .envir, .transformer = transformer, .cli = TRUE) :
object 'glue_' not found
21.
glue(str, .envir = .envir, .transformer = transformer, .cli = TRUE)
20.
glue_cmd(..., .envir = .envir, .call = sys.call())
19.
"id" %in% names(args)
18.
cli__message("text", list(text = glue_cmd(..., .envir = .envir,
.call = sys.call())))
17.
cli_text(..., .envir = .envir)
16.
cli__rec(expr)
15.
cli_fmt(cli_text(..., .envir = .envir), collapse = collapse,
strip_newline = TRUE)
14.
cli::format_inline(paste0("{.", span, " {x}}"))
13.
.rlang_cli_format_inline(x, "var", "%s
")
12.
FUN(X[[i]], ...)
11.
vapply(.x, .f, .mold, ..., USE.NAMES = FALSE)
10.
.rlang_purrr_map_mold(.x, .f, character(1), ...)
9.
map_chr(old[new_names], format_var)
8.
paste0(map_chr(old[new_names], format_var), " -> ", map_chr(new[new_names],
format_var), .problem = "")
7.
names_inform_repair(orig_names, names)
6.
describe_repair(c("Response ID", "Time Started", "Date Submitted",
"Status", "Contact ID", "Legacy Comments", "Comments", "Language",
"Referer", "SessionID", "User Agent", "Tags", "IP Address", "Longitude",
"Latitude", "Country", "City", "State/Region", "Postal", "Please enter parent's quickbase ID", ...
5.
vctrs::vec_as_names(col_names, repair = name_repair)
4.
(function (spec, num_cols, col_names, col_select, name_repair)
{
if (num_cols == 0) {
if (length(spec$cols) > 0) { ...
3.
vroom_(file, delim = delim %||% col_types$delim, col_names = col_names,
col_types = col_types, id = id, skip = skip, col_select = col_select,
name_repair = .name_repair, na = na, quote = quote, trim_ws = trim_ws,
escape_double = escape_double, escape_backslash = escape_backslash, ...
2.
vroom::vroom(file, delim = ",", col_names = col_names, col_types = col_types,
col_select = {
{
col_select ...
1.
readr::read_csv("English Intake.csv")