diff --git a/R/tpl_get.r b/R/tpl_get.r index 908f9783..bdd86615 100644 --- a/R/tpl_get.r +++ b/R/tpl_get.r @@ -11,7 +11,7 @@ #' Writes csv files to x. #' @author John Baumgartner (johnbb@@student.unimelb.edu.au) #' @seealso \code{\link{tpl_families}} -#' @references The Plant List \url{http://www.theplantlist.org/} +#' @references The Plant List http://www.theplantlist.org #' @examples \dontrun{ #' # Get a few families #' tpl_get("~/foo2", family = c("Platanaceae","Winteraceae")) diff --git a/man/tpl_get.Rd b/man/tpl_get.Rd index 2dc01feb..b88c7f58 100644 --- a/man/tpl_get.Rd +++ b/man/tpl_get.Rd @@ -45,7 +45,7 @@ tpl_get("~/foo4", family = "Echinodiaceae") John Baumgartner (johnbb@student.unimelb.edu.au) } \references{ -The Plant List \url{http://www.theplantlist.org/} +The Plant List http://www.theplantlist.org } \seealso{ \code{\link{tpl_families}}