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

https://github.com/yanlesin/ylhelper

Yan's Wrappers for openxlsx Package
https://github.com/yanlesin/ylhelper

Last synced: 3 months ago
JSON representation

Yan's Wrappers for openxlsx Package

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ylhelper

The goal of ylhelper is to provide wrapper functions for frequently used combinations of openxlsx functions in my R code. Some examples include writing dataframe into excel with auto width or with numeric or other formats for certain columns.

There is a lot of "first" with this package for me: first R package, first public repo, and so on - please, consider this as an experiment.

## Installation

You can install the development version of ylhelper from [GitHub](https://github.com/yanlesin/ylhelper) with:

``` r
library(devtools)
install_github("yanlesin/ylhelper")
```

## Example

To be provided