https://github.com/uva-bi-sdad/social_data_commons
A site to monitor repositories and distributions that are part of a data commons.
https://github.com/uva-bi-sdad/social_data_commons
Last synced: about 2 months ago
JSON representation
A site to monitor repositories and distributions that are part of a data commons.
- Host: GitHub
- URL: https://github.com/uva-bi-sdad/social_data_commons
- Owner: uva-bi-sdad
- Created: 2022-03-28T06:44:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T23:38:37.000Z (about 1 year ago)
- Last Synced: 2024-05-22T22:47:09.438Z (about 1 year ago)
- Language: R
- Homepage: https://uva-bi-sdad.github.io/social_data_commons
- Size: 30.7 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data commons
Consists of the repositories listed in [commons.json](commons.json).
You can clone this repository and run these commands to establish and work from local data:
```R
# remotes::install_github("uva-bi-sdad/community")
library(community)# clone and/or pull repositories and distributions:
datacommons_refresh(".")# map files:
datacommons_map_files(".")# refresh a view (rebuild a view's site data):
datacommons_view(".", "view_name")# run the monitor site locally:
init_datacommons(".", serve = TRUE)
```