Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
mstackhouse committed Nov 17, 2023
1 parent 3e7f4bb commit 50f04a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ Note that Dataset JSON is an early CDISC standard and is still subject to change
## Acknowledgements

Thank you to Ben Straub and Eric Simms (GSK) for help and input during the original CDISC Dataset JSON hackathon that motivated this work.

Thank you to Tilo Blenk (GSK) for suggestions that allowed us to use **jsonlite** exclusively for generation of the final JSON file.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cat(js_text)
```

## {
## "creationDateTime": "2023-09-25T12:20:23",
## "creationDateTime": "2023-11-17T13:23:08",
## "datasetJSONVersion": "1.0.0",
## "fileOID": "/some/path",
## "originator": "Some Org",
Expand Down Expand Up @@ -170,7 +170,7 @@ attached as attributes on the data frame itself:
print(attr(dat, "creationDateTime"))
```

## [1] "2023-09-25T12:20:23"
## [1] "2023-11-17T13:23:08"

``` r
print(attr(dat$Sepal.Length, "OID"))
Expand All @@ -196,6 +196,3 @@ activities.

Thank you to Ben Straub and Eric Simms (GSK) for help and input during
the original CDISC Dataset JSON hackathon that motivated this work.

Thank you to Tilo Blenk (GSK) for suggestions that allowed us to use
**jsonlite** exclusively for generation of the final JSON file.

0 comments on commit 50f04a8

Please sign in to comment.