get_file_writing_functions {versioning} | R Documentation |
Get the list of file writing functions
Description
Constructs a list of all file-reading functions based on extension
Usage
get_file_writing_functions()
Value
Named list where the names are file extensions, and the values are functions that read a file. All functions have ... arguments that can be used to extend the basic function.
See Also
autoread()
get_file_reading_functions()
[Package versioning version 0.1.0 Index]