Description Usage Arguments Note
write accessor functions to file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | write_accessors(info, filename = "./R/accessors.R", append,
splash = .splashtext)
## S4 method for signature 'list'
write_accessors(info, filename = "./R/accessors.R", append,
splash = .splashtext)
## S4 method for signature 'ClassAccessors'
write_accessors(info, filename = "./R/accessors.R",
append, splash = .splashtext)
## S4 method for signature 'SlotMethods'
write_accessors(info, filename = "./R/accessors.R",
append, splash = .splashtext)
|
info |
the object containing information about the accessors to generate |
filename |
The file to write the generated accessors into. |
append |
Should the accessors be appended to |
splash |
The splashtext to place at the top of the file |
In future versions of S4Coffee, this API will be deprecated after it is unified with the genCode/writeCode workflow, but it remains separate for now.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.