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
- Host: GitHub
- URL: https://github.com/robitalec/targets-spatsoc-intragroup-dynamics
- Owner: robitalec
- License: gpl-3.0
- Created: 2025-08-14T15:07:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T20:32:38.000Z (about 2 months ago)
- Last Synced: 2025-08-18T22:09:01.310Z (about 2 months ago)
- Topics: r, social-network-analysis, spatsoc, targets, workflow
- Language: R
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
always_allow_html: true
---[](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