Last active
July 7, 2018 15:53
-
-
Save summerofgeorge/04e394868e405fe0e617f79d1a65e275 to your computer and use it in GitHub Desktop.
Expletive3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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