Skip to contents

This function writes new reensemencement data to the specified database table.

Usage

write_db_new_reens(
  conn = connect_db(),
  theidoak,
  date_reens,
  digest_ = Sys.time()
)

Arguments

conn

A connection to the database.

theidoak

The ID of the oak tree (oak) where the truffle was found.

date_reens

The date of the reensemencement.

digest_

The digest of the reensemencement data.

Examples

# write_db_new_reens(theidoak = "chene")