open_everything: Open all files and return a dataframe

View source: R/clean_data.R

open_everythingR Documentation

Open all files and return a dataframe

Description

This function can be used in the package OAmonitor to open all files on which information is filled out in an excel template. The files will have to be stored in the data folder and formatted either as tsv, csv, xls, or xlsx.

Usage

open_everything(file, dir = "")

Arguments

file

The (entire!) path to the (filled out) excel template file.

dir

The path to the folder in which all data content files are located.

Value

a data frame combining all file content


bvreede/OAmonitor documentation built on Sept. 9, 2023, 8:33 p.m.