Skip to content

Commit

Permalink
Update R/datasetjson.R
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>
  • Loading branch information
mstackhouse and nicholas-masel committed Sep 5, 2024
1 parent 70f4aa3 commit 836b803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/datasetjson.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#' ds_json_updated <- set_study_oid(ds_json_updated, "SOMESTUDY")
#' ds_json_updated <- set_item_oid(ds_json_updated, "IG.IRIS")
#' ds_json_updated <- set_dataset_name(ds_json_updated, "IRIS")
#' ds_json_updated <- set_dataseT_label(ds_json_updated, "Iris")
#' ds_json_updated <- set_dataset_label(ds_json_updated, "Iris")
dataset_json <- function(.data, file_oid = NULL, originator=NULL, sys=NULL,
sys_version = NULL, study=NULL, metadata_version=NULL,
metadata_ref=NULL, item_oid=NULL, name=NULL,
Expand Down

0 comments on commit 836b803

Please sign in to comment.