loadFile: loadFile

View source: R/utils.loadFile.R

loadFileR Documentation

loadFile

Description

loadFile

Usage

loadFile(file = NULL, folder = "DATOS/", sheetIndex = 1)

Arguments

file

name of the file you want to load. If empty it will list the files in 'folder'

folder

folder where the file is found within the proyect (default = "DATOS/")

sheetIndex

if file is an Excel/Calc file, number of the sheet to be loaded (default = 1)

Value

data.frame loaded data


feranpre/feR documentation built on Nov. 22, 2022, 2:29 a.m.