File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ This code is developed in context of **T5.5** of the [B-Cubed project](https://b
4848
4949## 📦 The ` b3data ` data package
5050
51- Once published, the data package will be available here:
51+ - ** Name** : ` b3data `
52+ - ** Published at** : [ Zenodo] ( https://zenodo.org/ ) (DOI to be reserved)
53+ - ** Used in** : [ b3verse] ( https://docs.b-cubed.eu/guides/b3verse/ )
54+ - ** Importable in R via** : [ frictionless] ( https://docs.ropensci.org/frictionless/ ) R package
5255
53- > 🕐 * URL will be provided when available*
54-
55- Datasets can be imported in R like this:
56+ Resources can be imported in R like this:
5657
5758### Step 1 — Load the frictionless R package
5859
@@ -74,7 +75,7 @@ b3data_package <- read_package("https://zenodo.org/records/10053702/files/datapa
7475b3data_package
7576```
7677
77- ### Step 3 — Import a dataset
78+ ### Step 3 — Import a resource ( dataset)
7879
7980Tabular datasets can be loaded using ` read_resource() ` .
8081
Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ project](https://b-cubed.eu/).
3535
3636## 📦 The ` b3data ` data package
3737
38- Once published, the data package will be available here:
38+ - ** Name** : ` b3data `
39+ - ** Published at** : [ Zenodo] ( https://zenodo.org/ ) (DOI to be reserved)
40+ - ** Used in** : [ b3verse] ( https://docs.b-cubed.eu/guides/b3verse/ )
41+ - ** Importable in R via** :
42+ [ frictionless] ( https://docs.ropensci.org/frictionless/ ) R package
3943
40- > 🕐 * URL will be provided when available*
41-
42- Datasets can be imported in R like this:
44+ Resources can be imported in R like this:
4345
4446### Step 1 — Load the frictionless R package
4547
@@ -64,7 +66,7 @@ b3data_package
6466# > Use `unclass()` to print the Data Package as a list.
6567```
6668
67- ### Step 3 — Import a dataset
69+ ### Step 3 — Import a resource ( dataset)
6870
6971Tabular datasets can be loaded using ` read_resource() ` .
7072
You can’t perform that action at this time.
0 commit comments