## {
-## "creationDateTime": "2023-09-12T19:00:09",
+## "creationDateTime": "2023-09-13T13:49:37",
## "datasetJSONVersion": "1.0.0",
## "fileOID": "NA",
-## "asOfDateTime": "2023-09-12T19:00:09",
+## "asOfDateTime": "2023-09-13T13:49:37",
## "originator": "Some Org",
## "sourceSystem": "source system",
## "sourceSystemVersion": "1.0",
@@ -211,7 +211,7 @@ Using datasetjson
The data frame that’s returned is enriched with attributes available in the Dataset JSON format. For example, opening the dataframe within the RStudio IDE will present the variable labels. The other variable is attached as attributes on individual columns, and file level metadata is attached as attributes on the data frame itself:
-## [1] "2023-09-12T19:00:09"
+## [1] "2023-09-13T13:49:37"
## [1] "IT.IR.Sepal.Length"
@@ -219,6 +219,12 @@ Using datasetjson
print(attr(dat$Sepal.Width, "type"))