read_all: Read and import all files in working directory

View source: R/general_functions.R

read_allR Documentation

Read and import all files in working directory

Description

Quickly import multiple files at once with this command. Note that this reads all files in and stores them as separate data frames.

Usage

read_all(path, extension)

Arguments

path

The path in the working directory where the files are located. Best to specify with slashes rather than using the here package. BE SURE TO USE THE HERE PACKAGE TO INDICATE THE FILE PATH!

extension

The file extension of the files you want to import. Can be either ".xlsx" for Excel or ".csv" for CSV


ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.