writeProtectedCsv: Write Protected CSV File

View source: R/SurveyUtil.r

writeProtectedCsvR Documentation

Write Protected CSV File

Description

A helper function for writing CSV files and setting them to read-only for protection. When writing the file, the file is first set to writable then written over then set to read-only

Usage

writeProtectedCsv(df, file_name)

Arguments

df

Data frame to be written to CSV file

file_name

File name to write CSV file to


nick-komick/iRecAnalysisPkg documentation built on July 7, 2024, 6:29 a.m.