pkgdata_write: Write dataframe

View source: R/pkgdata_write.R

pkgdata_writeR Documentation

Write dataframe

Description

This function provides a fast way to write multiple dataframes into a directory. File extension will be RData.

Usage

pkgdata_write(listofdf, target_dir = "inst/extdata")

Arguments

listofdf

Character. Character vector of the data frame object(s).

target_dir

Character. Specify target directory (default 'inst/extdata')

Note

directory will be written recursively and existing files of the same name will be overwritten.

See Also

pkgdata_ls, pkgdata_yank


sachserf/sf documentation built on June 8, 2024, 4:23 p.m.