From f1e56d1dc830586388113327b62a383154978a00 Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Tue, 26 Mar 2024 16:14:32 +0100 Subject: [PATCH] load more data (not lazyLoading anymore) --- R/QFeatures-missing-data.R | 1 + man/QFeatures-missing-data.Rd | 1 + 2 files changed, 2 insertions(+) diff --git a/R/QFeatures-missing-data.R b/R/QFeatures-missing-data.R index 5d3207e7..46014015 100644 --- a/R/QFeatures-missing-data.R +++ b/R/QFeatures-missing-data.R @@ -142,6 +142,7 @@ ##' @seealso The `impute()` for `QFeautres` instances. ##' ##' @examples +##' data(ft_na) ##' ##' ## Summary if missing values ##' nNA(ft_na, 1) diff --git a/man/QFeatures-missing-data.Rd b/man/QFeatures-missing-data.Rd index 0b0ec891..2dbfeacd 100644 --- a/man/QFeatures-missing-data.Rd +++ b/man/QFeatures-missing-data.Rd @@ -100,6 +100,7 @@ a proportion of more missing values of \code{pNA} or higher. See the \emph{Processing} vignette for examples. } \examples{ +data(ft_na) ## Summary if missing values nNA(ft_na, 1)