bundle_paths: Create a list of file info for quick writing

View source: R/general_functions.R

bundle_pathsR Documentation

Create a list of file info for quick writing

Description

Grab and store a list of file names, extensions, and output locations to be sent to purrr for writing many files. This function creates the second of the two lists needed for exporting many files at once with walk2

Usage

bundle_paths(df_list, output_location, file_type)

Arguments

df_list

A named list of data frames

output_location

The desired folder location where the files are to be saved. Uses regular format, NOT the here package

file_type

A string that contains the file type


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