You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+17-19Lines changed: 17 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -41,59 +41,57 @@ European Union's Horizon Europe Research and Innovation Programme (ID No 1010595
41
41
<!-- community: inbo -->
42
42
43
43
<!-- description: start -->
44
-
This repository contains scripts to create the b3data [frictionless](https://docs.ropensci.org/frictionless/) data package. This data package contains the data resources for the [b3verse](https://docs.b-cubed.eu/guides/b3verse/). The data package will be published on [Zenodo](https://zenodo.org/) from where the datasets can be imported in R using the [frictionless](https://docs.ropensci.org/frictionless/) R package.
44
+
This repository contains scripts to create the b3data [frictionless](https://docs.ropensci.org/frictionless/) data package. This data package includes data resources used across the [b3verse](https://docs.b-cubed.eu/guides/b3verse/) and will be published on [Zenodo](https://zenodo.org/).
45
45
<!-- description: end -->
46
46
47
47
This code is developed in context of **T5.5** of the [B-Cubed project](https://b-cubed.eu/).
48
48
49
-
### b3data data package
49
+
##📦 The `b3data` data package
50
50
51
-
The b3data data package is itself is available here (*URL will be provided when published*).
52
-
This data package contains the data resources for the [b3verse](https://docs.b-cubed.eu/guides/b3verse/).
53
-
It is created using the [frictionless](https://docs.ropensci.org/frictionless/) R package and the datasets can be imported in R using functions provided by **frictionless**.
51
+
Once published, the data package will be available here:
54
52
55
-
**Step 1.** Load the **frictionless** R package
53
+
> 🕐 *URL will be provided when available*
54
+
55
+
Datasets can be imported in R like this:
56
+
57
+
### Step 1 — Load the frictionless R package
56
58
57
59
```{r, echo=FALSE}
58
60
# nolint start
59
61
```
60
62
61
63
```{r}
62
-
#install.packages("frictionless")
64
+
#install.packages("frictionless")
63
65
library(frictionless)
64
66
```
65
67
66
-
**Step 2.**Read the descriptor file of the data package from Zenodo and look at the contents
68
+
### Step 2 — Read the package descriptor from Zenodo
67
69
68
-
> This is an example based on an other data package. b3data will be published soon.
70
+
> This example uses a placeholder data package; replace with the final URL when ready.
0 commit comments