R/postprocessing.R

Defines functions .rmv_fam_sffx .zero2NA

.zero2NA <- function(x) fifelse(x == 0, NA_real_, x)

.rmv_fam_sffx <- function(x) str_remove(string = x,
                                        pattern = " Game Rank$| Rank$")

Try the bggAnalytics package in your browser

Any scripts or data that you put into this service are public.

bggAnalytics documentation built on Aug. 31, 2022, 5:09 p.m.