From d221a5477d5a4ada429b5eb81e0fdd059d024378 Mon Sep 17 00:00:00 2001 From: sdgamboa Date: Thu, 11 Jan 2024 10:23:06 -0500 Subject: [PATCH] Update documentation. --- R/bugphyzz.R | 2 +- man/importBugphyzz.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/bugphyzz.R b/R/bugphyzz.R index 36305496..6709ef4e 100644 --- a/R/bugphyzz.R +++ b/R/bugphyzz.R @@ -1,4 +1,4 @@ -#' Import bugphyzz (categorical and binary) +#' Import bugphyzz #' #' \code{importBugphyzz} imports bugphyzz as a single data.frame. It includes #' attributes with categorical and binary (boolean) attributes. diff --git a/man/importBugphyzz.Rd b/man/importBugphyzz.Rd index fe33f352..8eba5c31 100644 --- a/man/importBugphyzz.Rd +++ b/man/importBugphyzz.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/bugphyzz.R \name{importBugphyzz} \alias{importBugphyzz} -\title{Import bugphyzz (categorical and binary)} +\title{Import bugphyzz} \usage{ importBugphyzz(version = "devel", force_download = FALSE, v = 0.5) }