Hi all, So...I'm embarrassed how many times I run this code for something I was working on and being so confused on the message. I typed `name_from` and `name_glue` rather than `names_from` and `names_glue`. Not sure if this error message could be improved, but I was so confused about it!! us_rent_income %>% pivot_wider( name_from = variable, name_glue = "{variable}_{.value}", values_from = c(estimate, moe) ) 