Skip to content

UEP-HUG/UEPtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UEPtools

The goal of UEPtools is to consolidate common in-house functions that are often copy-pasted across repositories and projects. Centralizing these functions can allow easier adoption/updating by users.

Installation

You can install the development version of UEPtools from GitHub with:

# install.packages("pak")
pak::pak("UEP-HUG/UEPtools")

Example

This is a basic example for using the in-house myflextable() function

library(UEPtools)
## basic example code
UEPtools::myflextable(head(mtcars))

Updating the package

THE reference that was used to build the package, and “The Whold Game” gets you going with all of the basics for if you need to update anything: https://r-pkgs.org/whole-game.html

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages