From b79448c19fdfcdfa55f99220c06c3e78bf4c3405 Mon Sep 17 00:00:00 2001 From: chantelwetzel-noaa Date: Tue, 3 Sep 2024 16:14:12 +0000 Subject: [PATCH] style and docs: run devtools::document() and styler::style_pkg() --- R/pull_bio.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pull_bio.R b/R/pull_bio.R index cd2833d..e8c0d12 100644 --- a/R/pull_bio.R +++ b/R/pull_bio.R @@ -156,7 +156,7 @@ pull_bio <- function( bio_pull[nonstandard_wgt, "weight_kg"] <- NA } - fill_in <- is.na(bio_pull[, "operation_dim$legacy_performance_code"]) + fill_in <- is.na(bio_pull[, "operation_dim$legacy_performance_code"]) if (sum(fill_in) > 0) { bio_pull[fill_in, "operation_dim$legacy_performance_code"] <- -999 }