write_data: Add processed data to existing db file

View source: R/write.R

write_dataR Documentation

Add processed data to existing db file

Description

Add processed data to existing db file

Usage

write_data(old_data, new_data, path_to_file)

Arguments

old_data

dataframe. Output from read_db() (both db and db_dates)

new_data

dataframe. Data to append to db

path_to_file

string. Full path (from root directory) to the .csv database file if it exists, and desired path to a .csv database file if it does not exist

Value

result of write.table()


biogeochem/bpwtpR documentation built on May 6, 2024, 5:17 p.m.