Skip to content

Commit

Permalink
address #235
Browse files Browse the repository at this point in the history
  • Loading branch information
laijasmine committed Sep 7, 2021
1 parent 971da05 commit e2b2dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/edit_eml/set_physical.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

To set the `physical` aspects of a data object, use the following commands to build a `physical` object from a data `PID` that exists in your package. **Remember to <a href = 'https://nceas.github.io/datateam-training/reference/set-dataone-nodes.html' target='_blank'>set the member node</a> to test.arcticdata.io!**

```{block, type = "note"}
The word ‘physical’ derives from database systems, which distinguish the ‘logical’ model (e.g., what attributes are in a table, etc) from the physical model (how the data are written to a physical hard disk (basically, the serialization). so, we grouped metadata about the file (eg. dataformat, file size, file name) as written to disk in physical.
```

```{r, eval = FALSE}
physical <- arcticdatautils::pid_to_eml_physical(mn, pkg$data[[i]])
```
Expand Down

0 comments on commit e2b2dd1

Please sign in to comment.