Skip to contents

An R package for reading and writing movement data

The primary aim of the aniread package is to provide methods for reading movement data from a range of sources, from video tracking to trackballs.

Installation

You can install the development version of aniread with:

install.packages('aniread', repos = c('https://animovement.r-universe.dev', 'https://cloud.r-project.org'))

Once you have installed the package, you can load it with:

Citation

If you enjoy the package, please make sure to cite it. If you find a bug, feel free to open an issue.

To cite aniread in publications use:

citation("aniread")
#> To cite aniread in publications, please cite the animovement toolbox as
#> a whole (the first entry below). If your work used only aniread, you
#> may cite the package directly instead (the second entry).
#> 
#>   Roald-Arbøl M (2026). "animovement: An R toolbox for analysing
#>   movement across space and time." doi:10.5281/zenodo.13235277
#>   <https://doi.org/10.5281/zenodo.13235277>.
#>   <https://animovement.dev/animovement/>.
#> 
#>   Roald-Arbøl M (2026). "aniread: An R package for reading and writing
#>   movement data." doi:10.5281/zenodo.17352842
#>   <https://doi.org/10.5281/zenodo.17352842>.
#>   <https://animovement.dev/aniread/>.
#> 
#> To see these entries in BibTeX format, use 'print(<citation>,
#> bibtex=TRUE)', 'toBibtex(.)', or set
#> 'options(citation.bibtex.max=999)'.