-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa390ec
commit dbea2f3
Showing
49 changed files
with
8,499 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
cran-comments.md | ||
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.