Skip to content

Commit

Permalink
Add pkgdown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesMcBain committed Jan 12, 2020
1 parent fa390ec commit dbea2f3
Show file tree
Hide file tree
Showing 49 changed files with 8,499 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
cran-comments.md
^\.travis\.yml$
^codecov\.yml$
^_pkgdown\.yml$
^docs$
^pkgdown$
41 changes: 41 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
destination: docs
reference:
- title: "Data pasting functions"
desc: >
The good stuff. All of these have RStudio addin bindings.
contents:
- tribble_paste
- vector_paste
- vector_paste_vertical
- df_paste
- dt_paste
- tile: "Data printing functions"
desc: >
analagous to 'dput'
contents:
- dpasta
- title: "Data formatting functions"
desc: >
Send data formatted as code to the clipboard instead of automatically pasting.
contents:
- tribble_format
- vector_format
- vector_format_vertical
- df_format
- dt_format
- title: "Data returning functions"
desc: >
Return data formatted as code as a character vector.
contents:
- tribble_construct
- vector_construct
- vector_construct_vertical
- dfdt_construct
- title: "Configuration functions"
desc: >
Change the behaviour of datapasta.
contents:
- dp_set_max_rows
- dp_set_decimal_mark


153 changes: 153 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dbea2f3

Please sign in to comment.