Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
kcawley committed Mar 25, 2024
1 parent 3b456d8 commit c5dab24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testingAndDev/exampleScript_sdg.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sdgData <- neonUtilities::loadByProduct(dpID = "DP1.20097.001",
startdate = "2022-01",
check.size = FALSE)

sdgData <- neonUtilities::loadByProduct(dpID = "DP1.20097.001",
site = c('TOOK'),
include.provisional = TRUE,
check.size = FALSE)

externalLabData <- sdgData$sdg_externalLabData
fieldDataProc <- sdgData$sdg_fieldDataProc
fieldSuperParent <- sdgData$sdg_fieldSuperParent
Expand Down

0 comments on commit c5dab24

Please sign in to comment.