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


Pacific-salmon-assess/iRecAnalysisPkg documentation built on July 6, 2024, 5:03 p.m.