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
- Host: GitHub
- URL: https://github.com/yanlesin/ylhelper
- Owner: yanlesin
- License: cc0-1.0
- Created: 2018-09-21T04:15:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T03:18:56.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:15:13.921Z (6 months ago)
- Language: R
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - yanlesin/ylhelper - Yan's Wrappers for openxlsx Package (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ylhelperThe 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