code {iNZightTools} | R Documentation |
Used to grab code from a data.frame generated by this package.
code(data)
data |
dataset you want to extract the code from |
This is simply a helper function to grab the contents of the 'code' attribute contained in the data object.
The code used to generate the data.frame, if available (else NULL)
Tom Elliott