Skip to content

Commit 7aec20f

Browse files
committed
Add package diagram to vignettes
1 parent 6a45703 commit 7aec20f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

vignettes/package-diagram.png

28.7 KB
Loading

vignettes/upload-data.Rmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ token is described in the *DataONE Federation* vignette, in the section **DataON
2525

2626
## Uploading A Package Using `uploadDataPackage`
2727
Datasets and metadata can be uploaded individually or as a collection. Such a collection, whether contained in local
28-
R objects or existing on a DataONE repository, will be informally referred to as a `package`. The steps necessary to
28+
R objects or existing on a DataONE repository, will be informally referred to as a `package` or
29+
'data package'. Figure 1. is a diagram of a typical DataONE package showing a metadata file that
30+
describes, or `documents` the data granules that the package contains.
31+
32+
![](package-diagram.png)
33+
34+
The steps necessary to
2935
to prepare and upload a package to DataONE using the `uploadDataPackage` method
3036
will be shown. A complete script that uses these steps is shown here:
3137

0 commit comments

Comments
 (0)