Skip to content

Instantly share code, notes, and snippets.

@summerofgeorge
Last active July 7, 2018 15:53
Show Gist options
  • Select an option

  • Save summerofgeorge/04e394868e405fe0e617f79d1a65e275 to your computer and use it in GitHub Desktop.

Select an option

Save summerofgeorge/04e394868e405fe0e617f79d1a65e275 to your computer and use it in GitHub Desktop.
Expletive3
#example function
expletive <- function(nochars) {
expleti <- paste(sample(expl,nochars),collapse = "")
return(expleti)
}
#assign result of this function to a new variable
cursing <- expletive(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment