filePathedTableWrite: Save out a dataset to a specified path

View source: R/filePullPush.R

filePathedTableWriteR Documentation

Save out a dataset to a specified path

Description

This function writes out a file to a specified path, defaulting to .txt

Usage

filePathedTableWrite(
  dataSet,
  filePathOut,
  fileName,
  extension = ".txt",
  sep1 = ",",
  row.names1 = FALSE,
  col.names1 = TRUE
)

Arguments

dataSet

the dataset to be written out (as .txt)

filePathOut

Path to where the file should be written

fileName

File name and extension

Value

nothing, writes file


Argel-Tal/NZPoliceUtilities documentation built on Dec. 9, 2022, 1:40 p.m.