Skip to content

Commit

Permalink
Fix #257
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Aug 28, 2024
1 parent 67e91c3 commit 33aade2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/add_resource.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/add_resource.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33aade2

Please sign in to comment.