Skip to content

hgreatrex/Greatrex.Functions

Repository files navigation

Greatrex.Functions

The goal of Greatrex.Functions is to collate functions I find useful or that underpin many of my scripts. These might be tiny things from stack overflow answers, little ways to make coding easier, or weird custom functions that only get used by me in specific ways

Installation

You can install the development version of Greatrex.Functions like so:

 #install.packages(remotes)  # As needed
 remotes::install_github('hgreatrex/Greatrex.Functions',force=TRUE)

What functions are there?

Let’s just list them for now. More to come

library(Greatrex.Functions)
ls("package:Greatrex.Functions")
#> [1] "conditionalcreate"     "makedates"             "palettemaker"         
#> [4] "rasterstack_mean_fast"

About

Greatrex.Functions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages