forked from koenderks/rcityviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
56 lines (50 loc) · 1.16 KB
/
_pkgdown.yml
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
url: https://koenderks.github.io/rcityviews/
destination: "."
authors:
Koen Derks:
href: https://koenderks.com
template:
params:
bootswatch: cosmo
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: "Tutorial"
href: articles/rcityviews.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/koenderks/rcityviews
- icon: fa-users
href: https://github.com/koenderks/rcityviews/discussions
home:
links:
- text: Ask a question
href: https://github.com/koenderks/rcityviews/discussions
reference:
- title: "Overview"
desc: >
Package overview
contents:
- rcityviews-package
- title: "Internal database"
desc: >
Interal database of world cities.
contents:
- cities
- title: "Finding a city"
desc: >
These functions help you to find a city in the R console.
contents:
- list_cities
- new_city
- title: "Rendering a city"
desc: >
These functions help you to render in the R console.
contents:
- cityview
- cityview_shiny