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

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


dieghernan/cffR documentation built on April 17, 2025, 4:33 a.m.