-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_pkgdown.yml
More file actions
34 lines (34 loc) · 1 KB
/
_pkgdown.yml
File metadata and controls
34 lines (34 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
url: https://docs.ropensci.org/frictionless/
template:
bootstrap: 5
navbar:
bg: dark
articles:
- title: Standard implementation
desc: These articles describe how frictionless implements the Data Package standard.
navbar: ~
contents:
- data-package
- data-resource
- table-dialect
- table-schema
reference:
- title: Read a Data Package
desc: Read a `datapackage.json` file and its associated Data Resources from path or URL.
contents:
- has_concept("read functions")
- title: Create and edit a Data Package
desc: Create and edit a Data Package, its associated Data Resources and Table Schemas.
contents:
- has_concept("create functions")
- has_concept("edit functions")
- title: Write a Data Package
desc: Write a Data Package and its associated Data Resources to disk.
contents:
- has_concept("write functions")
- title: Miscellaneous
contents:
- has_concept("accessor functions")
- has_concept("print functions")
- has_concept("check functions")
- has_concept("sample data")