saveFile: Saving the data to a file

Description Usage Arguments Examples

View source: R/saveData.R

Description

Saving the data to a file

Usage

1
saveFile(path, data)

Arguments

path

The destination path file

data

The list of lines

Examples

1
2
data <- readData(path)
saveFile(newPath, data)

AmirHKiani98/FABM-DataHandler-R documentation built on Dec. 17, 2021, 8:47 a.m.