-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.qmd
More file actions
41 lines (38 loc) 路 1.48 KB
/
Copy pathindex.qmd
File metadata and controls
41 lines (38 loc) 路 1.48 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
---
title: "馃Ъ cleanrmd"
description: "Clean Class-Less R Markdown HTML Documents"
summary: "Clean Class-Less R Markdown HTML Documents"
date: '2022-06-13'
slug: cleanrmd
image: cleanrmd-social.png
tags:
- RStudio
- R Markdown
- R Package
- CSS
- cleanrmd
links:
- icon: book # icon name without the 'fa-'
name: Demo
url: https://pkg.garrickadenbuie.com/cleanrmd/
- icon: braces-asterisk # icon name without the 'fa-'
name: CRAN
url: https://cran.r-project.org/package=cleanrmd
- icon: robot # icon name without the 'fa-'
name: r-universe
url: https://gadenbuie.r-universe.dev/ui#package:cleanrmd
- icon: github # icon name without the 'fa-'
name: Source
url: https://github.com/gadenbuie/cleanrmd
---
<!-- https://buttons.github.io/ -->
<a class="github-button" href="https://github.com/gadenbuie" data-show-count="true" aria-label="Follow @gadenbuie on GitHub">Follow @gadenbuie</a>
<a class="github-button" href="https://github.com/gadenbuie/cleanrmd" data-icon="octicon-star" data-show-count="true" aria-label="Star gadenbuie/cleanrmd on GitHub">Star</a>
<a class="github-button" href="https://github.com/gadenbuie/ermoji/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork gadenbuie/cleanrmd on GitHub">Fork</a>
```{r echo=FALSE}
branch <- "main"
readme_url <- "https://github.com/gadenbuie/cleanrmd/raw/%s/README.md"
readme <- readLines(sprintf(readme_url, branch))
readme <- paste(readme, collapse = "\n")
knitr::asis_output(readme)
```