Was having issues with dput(head(filename,100)). But I was able to cut down on the info, also had to change some field for anonymity reasons, but was this more of what you were looking for. And going forward should I always just use dput when asking a question?
dput(all_file_contents))
Company = c("M&M", "M&M", "M&M",
"M&M", "M&M", "M&M",
"M&M", "M&M", "M&M","), Office = c("Lake Els",
"Lake Els", "Lake Els", "Lake Els","Lake Els","Lake Els",
"Lake Els","Lake Els","Lake Els","Lake Els","Lake Els"),
Contact Title = c("Senior Managing Director Capital Markets",
"Executive Managing Director Investments", "Senior Managing Director Capital Markets",
"Senior Managing Director Investments", "Senior Managing Director Investments",
"Senior Managing Director Investments", "Senior Managing Director Investments"),
Product(s)...7` = c("Multifamily Office Industrial Retail",
"Multifamily Retail", "Multifamily Office Industrial Retail Senior Housing Hospitality",
"Multifamily Retail Office Net Lease Industrial", "Retail"),
Service Line(s)...8` = c("Capital Markets",
"Landlord Representation", "Capital Markets", "Landlord Representation",
NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA),
Product(s)...10` = c(NA, NA, NA, NA, NA,
NA, NA, "Net Lease", NA, "Industrial", NA, NA, NA, NA, NA),
Service Line(s)...11` = c("Multifamily Office Industrial Retail",
"Multifamily Retail", "Multifamily Office Industrial Retail Senior Housing Hospitality",
"Multifamily Retail Office Net Lease Industrial", "Retail",
"Industrial", "Multifamily", "Retail", "Multifamily", "Industrial",
"Multifamily", "Multifamily", "Multifamily", "Industrial",
"Multifamily/Land", "Multifamily", "Multifamily", "Multifamily",
Email = c("Danny.Abergel@marcusmillichap.com",
"Jeff.Lotus@mandm.com", "Shar.Panther@mandm.com",
"Earle.Miner@mandm.com", "Brad.Stone@mandm.com"),
Work Phone = c("(666) 666-6666",
"(666) 666-6666", "(666) 666-6666","(666) 666-6666",
"(666) 666-6666","(666) 666-6666","(666) 666-6666"))), row.names = c(NA,
-312L), class = c("tbl_df", "tbl", "data.frame"))))