https://github.com/davidski/dfsmisc
Personal Helper Functions
https://github.com/davidski/dfsmisc
rstats rstudio-addin
Last synced: about 2 months ago
JSON representation
Personal Helper Functions
- Host: GitHub
- URL: https://github.com/davidski/dfsmisc
- Owner: davidski
- License: other
- Created: 2019-04-08T14:19:40.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T01:05:00.000Z (over 4 years ago)
- Last Synced: 2025-01-16T03:14:24.094Z (3 months ago)
- Topics: rstats, rstudio-addin
- Language: R
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# dfsmisc**dfsmisc** provides some basic RStudio addins for my personal use.
Inspired by Hao Zhu's RStudio::conf 2019 [talk](https://haozhu233.github.io/rstudioconf2019_addin_talk/#1).
- Theme switching
## Installation
GitHub only.
``` r
devtools::install_github("davidski/dfsmisc")
```## What's Included?
Two addins
* Set Light Theme: Useful for switching quicking when presenting or screen sharing. `r emo::ji("microphone")`
* Set Dark Theme: Useful for when not doing either of the above. `r emo::ji("wink")`## Contributing
Please note that the 'dfsmisc' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.## License
The [MIT License](LICENSE) applies.