An open API service indexing awesome lists of open source software.

https://github.com/robitalec/targets-spatsoc-intragroup-dynamics

:hammer_and_wrench: A targets workflow for measuring intragroup social dynamics from GPS data with spatsoc
https://github.com/robitalec/targets-spatsoc-intragroup-dynamics

r social-network-analysis spatsoc targets workflow

Last synced: about 1 month ago
JSON representation

:hammer_and_wrench: A targets workflow for measuring intragroup social dynamics from GPS data with spatsoc

Awesome Lists containing this project

README

          

---
output: github_document
always_allow_html: true
---

[![DOI](https://zenodo.org/badge/1038067070.svg)](https://doi.org/10.5281/zenodo.16898183)

# targets-spatsoc-intragroup-dynamics

A template [`targets`](https://github.com/ropensci/targets) workflow for
measuring intragroup social dynamics from GPS data with
[`spatsoc`](https://github.com/ropensci/spatsoc/).

```{r, echo=FALSE, message = FALSE, results='asis'}
cat(
'```mermaid',
targets::tar_mermaid(targets_only = TRUE,
reporter = 'silent',
label = 'description'),
'```',
sep = '\n'
)
```

## Usage

1. Clone/fork/download/etc make your own copy somewhere!
2. Add your data to the input folder (and remove the example data)
3. Open `_targets.R`
4. Change the global variables in the Variables section
6. Run `targets::tar_make()`

## Resources

- {spatsoc}
- https://docs.ropensci.org/spatsoc/
- {targets}
- https://docs.ropensci.org/targets
- https://books.ropensci.org/targets