library(cffr)
# Don't do
entity <- "Elephant and Castle"
as_cff_person(entity)

# Do
entity_protect <- "{Elephant and Castle}"
as_cff_person(entity_protect)


Try the cffr package in your browser

Any scripts or data that you put into this service are public.

cffr documentation built on Sept. 11, 2024, 8:41 p.m.