kellirichardson / biofeedback-vis

Interactive Sankey diagram for biofeedback scoping review
MIT License
4 stars 0 forks source link
incubator

Health Behavior Change Interventions Using Biological Feedback

deploy-to-connect DOI

An interactive visualization was developed using data from a scoping review on biological feedback as a behavior change technique for adults in randomized clinical trials. The visualization is designed to allow users to isolate and extract studies most relevant to their field of interest.

Link to Interactive Visualization

The visualization was made through the University of Arizona Communications and Cyber Technologies (CCT) Data Science Incubator Program. Please contact Dr. Susan Schembre, PhD, RD at ss4731@georgetown.edu if you have questions or comments.

Protocol: https://www.researchprotocols.org/2022/1/e32579

Collaboration Guidelines

This project uses renv for package managment. When opening this repo as an RStudio Project for the first time, renv should automatically install itself and prompt you to run renv::restore() to install all package dependencies.

To contribute to this project, please create a new branch for your changes and make a pull request. One easy way to do this from within R is with the usethis package and the pr_* functions. pr_init("branch-name") begins a new branch locally, pr_push() helps you create a new pull request, and after it is merged you can use pr_finish() to clean things up. More about this workflow here.

How it works