Get information about an oak tree
get_info_chene.Rd
This function retrieves information about a specific oak tree based on its ID from the provided oak tree database.
Value
A list containing information about the oak tree, including its type and date of plantation.
a list
Examples
conn <- DBI::dbConnect(
RSQLite::SQLite(),
system.file(dbname = "chenes_truffe.sqlite", package = "truffles")
)
chene <- DBI::dbReadTable(conn, name = "chenes")
get_info_chene(dbchene = chene, theidoak = "162")
#> $type
#> character(0)
#>
#> $planting_date
#> Date of length 0
#>