Skip to content

Commit

Permalink
update comment for importSpreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Sep 4, 2023
1 parent 74bcd63 commit 12b671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/physiologies.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 12b671e

Please sign in to comment.