get_file_reading_functions: Get the list of file reading functions

View source: R/autoread.R

get_file_reading_functionsR Documentation

Get the list of file reading functions

Description

Constructs a list of all file-reading functions based on extension

Usage

get_file_reading_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_writing_functions()


versioning documentation built on April 4, 2025, 5:14 a.m.