Skip to content

Commit

Permalink
Rachel's grand map reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmh24 committed Jun 18, 2024
1 parent 0715f2c commit ccf9cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_scripts/CI_1_Generate_reports.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checks <- fread("R_scripts/GitHubAction_checks.csv")
tree <- fread("raw_data/Field_Maps/SCBI_trees_mortality_2024_0.csv")
stem <- fread("raw_data/Field_Maps/SCBI_stems_mortality_2024_1.csv")


# collate tree and stem together ####
setdiff(names(tree), names(stem))
setdiff(names(stem), names(tree))
Expand Down

0 comments on commit ccf9cc7

Please sign in to comment.