Skip to content

Instantly share code, notes, and snippets.

@famibelle
Created October 2, 2014 23:03
Show Gist options
  • Save famibelle/cb73b9321718db96f5a8 to your computer and use it in GitHub Desktop.
Save famibelle/cb73b9321718db96f5a8 to your computer and use it in GitHub Desktop.
HelloWord <- function(Text) {
print(Text)
}
HelloWord("Hello World")
@famibelle
Copy link
Author

First basic R gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment