How to transform and pivot a rather messy table in R using tidyverse?
I have a table with approximately 2000 entries that contains names
, positions
, field of expertise
, and addresses of professors
. The table is quite messy, and I’m struggling to find a programmatic way to transform and pivot it into a tidy format.