read_ext: Determines format and reads in tabular data

View source: R/clean_data.R

read_extR Documentation

Determines format and reads in tabular data

Description

Using the filename, this function uses tidyverse read functions to open a data file.

Usage

read_ext(fn, ext = "", dir = "")

Arguments

fn

the filename

ext

the file extension (may also be provided by filename). Can be "csv", "tsv", "xls", or "xlsx".

dir

folder location (path) of the file

Value

a data frame


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