Last active
October 30, 2015 15:00
-
-
Save ajp619/0278666f3ed7db73573b to your computer and use it in GitHub Desktop.
Useful code chunk options
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
Entire R script | |
'''{r code=capture.output(cat(readLines('clustering_library.R'), sep='\n'))} | |
''' | |
A single function | |
'''{r code=capture.output(dump('initBuckets', ''))} | |
''' | |
note: replaced back ticks with forward ticks so the options would show up instead of being hidden. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment