You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mutate(dates = mdy(dates), # 4 dates fail to parse as they are provided as 'none'
job.title = as.character(job.title),
summary = as.character(summary),
pros = as.character(pros),
cons = as.character(cons),
overall.ratings = as.factor(overall.ratings)) %>%
rename(review_id = X) %>%
separate(job.title, into = c("employee_status", "job_title"), sep = " - ", extra = "merge")
Error in .f(.x[[i]], ...) : object 'X' not found
In addition: Warning message:
10144 failed to parse.
The text was updated successfully, but these errors were encountered:
formatted_df <- master_df %>%
Error in .f(.x[[i]], ...) : object 'X' not found
In addition: Warning message:
10144 failed to parse.
The text was updated successfully, but these errors were encountered: