Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Aug 7, 2024
1 parent c24c723 commit fc021cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/parse_raw_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' See `jsonvalidate::json_validate` for details.
#' @return list of parameters
#' @examples

# nolint start
#' product_schema <- '{
#' "$schema": "http://json-schema.org/draft-04/schema#",
#' "title": "Product",
Expand Down Expand Up @@ -96,6 +96,7 @@
#' raw_schema_file = raw_schema_file
#' )
#' results
# nolint end
#' @export
parse_raw_params <- function(
json,
Expand Down

0 comments on commit fc021cc

Please sign in to comment.