write_excel: Function to export data from manages to excel. Each sampling...

View source: R/export.R

write_excelR Documentation

Function to export data from manages to excel. Each sampling location is saved to a tab.

Description

Function to export data from manages to excel. Each sampling location is saved to a tab.

Usage

write_excel(
  df,
  wells,
  constituents,
  file,
  short_name = TRUE,
  overwrite = FALSE
)

Arguments

df

groundwater data frame in tidy format

wells

list of wells to be exported

constituents

list of constituents to be exported

file

full file path name with extension for export

short_name

TRUE/FALSE to abbreviate constituent name

overwrite

TRUE/FALSE overwrite existing spreadsheet if it exists


jentjr/manager documentation built on Jan. 12, 2024, 9:45 p.m.