README.md

epihelper

Lifecycle:
experimental CRAN
status Codecov test
coverage R-CMD-check

The goal of epihelper is to provide a miscelanea of useful custom functions and related reproducible examples

Installation

And the development version from GitHub with:

if(!require("remotes")) install.packages("remotes")
remotes::install_github("avallecam/epihelper")

Example

This is a basic example which shows you how to solve a common problem:

library(epihelper)
## basic example code

initial helpers

example("adorn_ame")
example("print_inf")

spatial data management

example("st_coordinates_tidy")

movement data management

example("get_distance_m")

Main functionalities

Check the reference page for examples.

Code of Conduct

Please note that the epihelper project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



avallecam/epihelper documentation built on March 1, 2024, 9:18 a.m.