.add.extension | R Documentation |
This function will associate an extension with a custom reader function.
.add.extension(extension, reader)
extension |
The extension of the new data file. |
reader |
The function to use when reading the data file. It should
accept three arguments: |
No value is returned; this function is called for its side effects.
This interface should not be considered as stable and is likely to be replaced by a different mechanism in a forthcoming version of this package.
preinstalled.readers
## Not run: .add.extension('foo', foo.reader)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.