diff --git a/R/oa_fetch.R b/R/oa_fetch.R index 2915368..1489ec4 100644 --- a/R/oa_fetch.R +++ b/R/oa_fetch.R @@ -14,7 +14,7 @@ oa_entities <- function() { #' @inheritParams oa_query #' @inheritParams oa_request #' @param abstract Logical. If TRUE, the function returns also the abstract of each item. -#' Default to \code{abstract = FALSE}. +#' Default to \code{abstract = TRUE}. #' The argument is ignored if entity is different from "works". #' @param output Character. Type of output, either a list or a tibble/data.frame. #' diff --git a/man/oa_fetch.Rd b/man/oa_fetch.Rd index 08eafa1..3b7dcc0 100644 --- a/man/oa_fetch.Rd +++ b/man/oa_fetch.Rd @@ -67,7 +67,7 @@ See more at