Skip to content

Commit

Permalink
specieskey
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikk committed Apr 26, 2024
1 parent d807d10 commit 7887c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/10_Filter_occurrences.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ if(!is.na(EXTINCT)){
## Load user-supplied specieskeys
if(!is.na(SPECIESKEYS)){
SPECIESKEYS <- fread(file = SPECIESKEYS, sep = "\t")
colnames(SPECIESKEYS) <- "specieskey"
colnames(SPECIESKEYS)[1] <- "specieskey"
SPECIESKEYS <- unique(na.omit(SPECIESKEYS))
cat("Specieskey list loaded. Number of records: ", nrow(SPECIESKEYS), "\n")
}
Expand Down

0 comments on commit 7887c82

Please sign in to comment.