Skip to content

Commit

Permalink
add a menu for function references
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyanM committed Nov 23, 2023
1 parent 30c3e38 commit a7c3232
Show file tree
Hide file tree
Showing 42 changed files with 381 additions and 165 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file removed Screen Shot 2023-11-20 at 3.01.57 AM.png
Binary file not shown.
30 changes: 30 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,33 @@ url: https://kaiyanm.github.io/MolPad/
template:
bootstrap: 5

reference:
- title: Main Functions
desc: Generate a complete site or its individual section components.
- contents:
- pre_process
- starts_with("g")
- title: Data
desc: Built-in datasets that are used in examples for illustration.
- contents:
- cheese
- test_data
- title: Figures & Tables
desc: Make internal figures or table for the dashboard.
- contents:
- starts_with("make_")
- reshape_for_make_functions
- match_database
- paste_URL
- title: Colors
desc: Functions for color palettes.
- contents:
- color_palettes__
- extend.color__
- title: Others
desc: Other inner functions for processing.
- contents:
- convert_range
- scale_by_row__
- transpose_dataframe__
- mass_produce_lm__
2 changes: 1 addition & 1 deletion docs/404.html

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

101 changes: 101 additions & 0 deletions docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/articles/FAQ.html

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

2 changes: 1 addition & 1 deletion docs/articles/cheese.html

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

Binary file modified docs/articles/cheese_files/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions docs/articles/data_input.html

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

Loading

0 comments on commit a7c3232

Please sign in to comment.