Skip to content

This is my final project for CE 594R. It includes my research question, methods, and findings.

Notifications You must be signed in to change notification settings

gillianriches/CellGPSDataToTrips

Repository files navigation

CellGPSDataToTrips

The goal of CellGPSDataToTrips is to …

Project Configuration

This project relies on the tidyverse library. A bug introduced to slice_sample() means we need to use an old version of dplyr. Install the correct version with:

devtools::install_github("tidyverse/dplyr@v1.0.7")

Other tidyverse packages are as listed below.

library(tidyverse)

This project is built using the targets and future libraries.

About

This is my final project for CE 594R. It includes my research question, methods, and findings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published