getFullNames=function(Posters) {
Posters=gsub("[ ]{2,}", " ", Posters)
Posters=trimws(Posters)
Posters=gsub("[^A-Za-z'’ ]", "", Posters)
FullName = unique(Posters)
FullName
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.