Learn R Programming

versioning (version 0.1.0)

autoread: Auto-read from file

Description

Automatically read a file based on extension

Usage

autoread(file, ...)

Value

The object loaded by the file

Arguments

file

Full path to be read

...

Other arguments to be passed to the particular loading function

See Also

get_file_reading_functions() autowrite()