From 12b671e4922693841c00e51e1a9055ebd0dfb3b1 Mon Sep 17 00:00:00 2001 From: sdgamboa Date: Mon, 4 Sep 2023 15:07:33 -0400 Subject: [PATCH] update comment for importSpreadsheet --- R/physiologies.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/physiologies.R b/R/physiologies.R index 41009007..b3a43d3e 100644 --- a/R/physiologies.R +++ b/R/physiologies.R @@ -248,7 +248,7 @@ showPhys <- function(which_names = 'all') { if (all(parent_col_names %in% colnames(df))) { df$Parent_NCBI_ID <- stringr::str_squish(as.character(df$Parent_NCBI_ID)) } else { - ## ranks_parents is a data.frame internal object in bugphyzz + ## ranks_parents is an internal object (data.frame) in bugphyzz rp <- purrr::modify_at( .x = ranks_parents, .at = c('NCBI_ID', 'Parent_NCBI_ID'),