export_list: Export a list of data frames

Description Usage Arguments Value

View source: R/export_list.R

Description

Export a list of data frames

Usage

1
export_list(list, folder = NULL, format = "csv")

Arguments

list

a list of data frames.

folder

the path to destination.

format

the format in which to save the data. Currently only "rds" and "csv" (Default)are available.

Value

RDS or CSV files for each data frame in the list.


medpsytuebingen/medpsytueR documentation built on May 25, 2019, 10:30 p.m.