Skip to content

Instantly share code, notes, and snippets.

@jrnold
Created May 5, 2014 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrnold/9f21e4862a997294b245 to your computer and use it in GitHub Desktop.
Save jrnold/9f21e4862a997294b245 to your computer and use it in GitHub Desktop.
Don't use periods for variable names in R
foo <- structure(rnorm(100), class = "test")
t(foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment