Skip to content

Commit

Permalink
get_SDA_coecoclass: method "all" always use not_rated_value for sit…
Browse files Browse the repository at this point in the history
…e ID and name if no data to aggregate
  • Loading branch information
brownag committed Dec 29, 2023
1 parent 78ac05e commit f91dc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/get_SDA_coecoclass.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ get_SDA_coecoclass <- function(method = "None",
for (i in sdx) {
if (i > nrow(x)) {
d <- data.frame(
siten = NA_character_,
sitenname = NA_character_,
siten = not_rated_value,
sitenname = not_rated_value,
sitencompname = NA_character_,
sitenpct_r = NA_integer_,
sitenlink = NA_character_
Expand Down

0 comments on commit f91dc31

Please sign in to comment.