This function is used to import data of various format in R

masterload(path)

Arguments

path

path to disk of the file to import

Value

This function returns objects in the global R environment

Examples

if (FALSE) {
masterload("path")
}