diff --git a/R/add_resource.R b/R/add_resource.R index c839ec0b..285df2ce 100644 --- a/R/add_resource.R +++ b/R/add_resource.R @@ -29,8 +29,9 @@ #' e.g. `\t` for tab delimited file. #' Will be set as `delimiter` in the resource Table Dialect, so read functions #'. know how to read the file(s). -#' @param ... Additional metadata properties to add to the resource, e.g. -#' `title = "My title", validated = FALSE`. +#' @param ... Additional [metadata properties]( +#' https://docs.ropensci.org/frictionless/articles/data-resource.html#properties-implementation) +#' to add to the resource, e.g. `title = "My title", validated = FALSE`. #' These are not verified against specifications and are ignored by #' [read_resource()]. #' The following properties are automatically set and can't be provided with diff --git a/man/add_resource.Rd b/man/add_resource.Rd index b03d9ed2..a99887ed 100644 --- a/man/add_resource.Rd +++ b/man/add_resource.Rd @@ -44,8 +44,8 @@ e.g. \verb{\\t} for tab delimited file. Will be set as \code{delimiter} in the resource Table Dialect, so read functions . know how to read the file(s).} -\item{...}{Additional metadata properties to add to the resource, e.g. -\verb{title = "My title", validated = FALSE}. +\item{...}{Additional \href{https://docs.ropensci.org/frictionless/articles/data-resource.html#properties-implementation}{metadata properties} +to add to the resource, e.g. \verb{title = "My title", validated = FALSE}. These are not verified against specifications and are ignored by \code{\link[=read_resource]{read_resource()}}. The following properties are automatically set and can't be provided with