get_from_folder: Get csv-s from folder

Description Usage Arguments Value Examples

View source: R/get_from_folder.R

Description

Reads all csv-s from a local folder into one nested data frame

Usage

1
get_from_folder(local_path = NULL, all_char = TRUE)

Arguments

local_path

A google drive path where the sheets are stored

all_char

Read all varaibles as characters? (no data loss)

Value

The content of all spreadsheets in a local folder in one nested tibble

Examples

1
2
3
4
## Not run: 
get_from_folder("Research/meta-analysis12/Extraction1/")

## End(Not run)

nthun/metamanager documentation built on Aug. 9, 2019, 1:37 p.m.