knitr::opts_chunk$set(
  collapse  = TRUE,
  comment   = "#>",
  fig.path  = "man/figures/README-",
  out.width = "100%"
)

argostools

Travis build status AppVeyor build status Project Status: Stable License: MIT DOI

This package provides functions to import (xls(x), txt, csv and diag extensions) and format Argos data (coordinates and date fields). Some filters are also available (spatial, temporal and speed-based filters) to clean up locations. After compilation, data can be passed under an SQL structure using several functions (database creation, relation update, extraction queries, etc.)

Installation

You can install the dev version of argostools from GitHub with:

devtools::install_github("ahasverus/argostools", build_vignettes = TRUE)

Getting started

library(argostools)
ls("package:argostools")

Main functions to be used in order:

Enjoy!



ahasverus/argostools documentation built on Feb. 22, 2020, 4:35 a.m.