Skip to content

Commit

Permalink
typos, and #15
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Feb 18, 2021
1 parent ce270f6 commit 4003fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/explainST.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

#' Explain a subgroup level taxa from Soil Taxaonomy
#' Explain a subgroup level taxa from Soil Taxonomy
#'
#' @param x a single subgroup, matching is exact and case insensitive
#' @param format output format: 'text' | 'html'
#'
#' @return a block of text, suitable for display in fixed-width font
#'
#' @note This function currently accepts only subgroup taxa. There are plans to extend to arbitrary levels of the heirarchy.
#' @note This function currently accepts only subgroup taxa. There are plans to extend to arbitrary levels of the hierarchy.
#'
#' @export
explainST <- function(x, format = c('text', 'html')) {
Expand Down

0 comments on commit 4003fb0

Please sign in to comment.