Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created March 17, 2017 10:03
Show Gist options
  • Save grayskripko/64ffd3acd51dfe4d0bfa6f0d1e56d195 to your computer and use it in GitHub Desktop.
Save grayskripko/64ffd3acd51dfe4d0bfa6f0d1e56d195 to your computer and use it in GitHub Desktop.
methods('format')
getAnywhere('format.facet') # == ggplot2:::format.facet
class(dtm)
[1] "TermDocumentMatrix" "simple_triplet_matrix"
getAnywhere(as.matrix.simple_triplet_matrix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment