An open API service indexing awesome lists of open source software.

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

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.