-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
67 lines (63 loc) · 1.16 KB
/
_pkgdown.yml
File metadata and controls
67 lines (63 loc) · 1.16 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
url: https://libr.r-sassy.org
articles:
- title: Examples
navbar: ~
contents:
- libr-basics
- libr-management
- libr-datastep
- libr-disclaimer
- libr-example1
- libr-example2
- libr-faq
reference:
- title: Library Functions
desc: Functions to create and manage data libraries.
contents:
- libname
- lib_load
- lib_unload
- lib_sync
- lib_write
- lib_add
- lib_replace
- lib_remove
- lib_copy
- lib_export
- lib_delete
- lib_info
- lib_path
- lib_size
- is.lib
- print.lib
- title: Library Specs Functions
desc: Functions to create, read, and write import specs.
contents:
- specs
- import_spec
- write.specs
- read.specs
- print.specs
- title: Datastep Functions
desc: Functions to perform and enhance a datastep.
contents:
- datastep
- dsattr
- dsarray
- "[.dsarray"
- length.dsarray
- delete
- output
- title: Other Functions
desc: Other useful functions in the libr package.
contents:
- dictionary
navbar:
type: inverse
structure:
right: [home, intro, articles, reference, faq, news, github]
left: []
components:
faq:
text: FAQ
href: ./articles/libr-faq.html