All Projects → trackerproject → trackeRapp

trackerproject / trackeRapp

Licence: other
An interactive web application for the analysis of sports data from GPS-enabled tracking devices

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to trackeRapp

Shinydashboard
Shiny Dashboarding framework
Stars: ✭ 718 (+2559.26%)
Mutual labels:  web-development, shiny, web-app
Shiny
Easy interactive web applications with R
Stars: ✭ 4,507 (+16592.59%)
Mutual labels:  web-development, shiny, web-app
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-14.81%)
Mutual labels:  web-development, web-app
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-11.11%)
Mutual labels:  web-development, web-app
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (-18.52%)
Mutual labels:  web-development, web-app
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-11.11%)
Mutual labels:  web-development, web-app
shinyEvents
Use shiny with event handlers instead of reactivity
Stars: ✭ 36 (+33.33%)
Mutual labels:  shiny
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (-14.81%)
Mutual labels:  shiny
drive
Fission Drive 🗄
Stars: ✭ 21 (-22.22%)
Mutual labels:  web-app
learn-web-development
Learn Web Development from Top Articles of 2017
Stars: ✭ 64 (+137.04%)
Mutual labels:  web-app
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+255.56%)
Mutual labels:  web-development
teach-shiny
Materials for the Shiny Train the Trainer workshop
Stars: ✭ 38 (+40.74%)
Mutual labels:  shiny
hellhound
A set of libraries to create asynchronous, high performance, scalable and simple application.
Stars: ✭ 33 (+22.22%)
Mutual labels:  web-development
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (-33.33%)
Mutual labels:  shiny
LifestyleStore
An Online Shopping website[Built for learning purpose]
Stars: ✭ 41 (+51.85%)
Mutual labels:  web-development
prettifyAddins
RStudio addins to prettify JavaScript/HTML/CSS/Markdown/C++ and more.
Stars: ✭ 18 (-33.33%)
Mutual labels:  shiny
music-dl
Download any song in highest mp3 quality with a simple search!
Stars: ✭ 32 (+18.52%)
Mutual labels:  web-app
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-44.44%)
Mutual labels:  web-development
shiny-scrollytell
📜 Scrollytelling in R, because its easier than D3™
Stars: ✭ 41 (+51.85%)
Mutual labels:  shiny
slab
An extensible Scala framework for creating monitoring dashboards.
Stars: ✭ 23 (-14.81%)
Mutual labels:  web-app

CRAN_Status_Badge Travis-CI Build Status Licence

trackeRapp

trackeRapp is a shiny interface for the analysis and tracking of athletic activity data in R.

trackeRapp builds on the extensive infrastructure provided by the trackeR R package to provide a user-friendly web-interface of an integrated workflow for the analysis of running, cycling and swimming data from GPS-enabled tracking devices. The interface offers a range of flexible interactive visualisations and data-analytic tools.

trackeRapp offers functionality to import, clean and organise data from raw activity files of popular formats (tcx, gpx, json and db3) in a structured R object, and finally to export that object so that it can be used for future analyses not only within trackeRapp but also for more advanced modelling in R.

Installation

trackeRapp can be installed by typing

install.packages("trackeRapp")

The development version of trackeRapp can also be installed directly from github by doing

# install.packages("remotes")
remotes::install_github("trackerproject/trackeRapp")

Getting started

See the tour de trackeRapp pages for tutorial videos, explanation of the workflow and visualizations that trackeRapp offers, and to, generally, learn more about trackeRapp and all of its capabilities.

Below are just a few screenshots from the trackeRapp web interface

Home page

Home page


Session summaries

Session summaries





Video channel

trackeRapp has a dedicated YouTube channel. The channel features video tutorials about trackeRapp and the workflow it provides.

Launching the user-interface

The web-interface can be accessed remotely at https://www.trackerapp.com or on a local machine by doing:

# Load the package
library("trackeRapp")
# Open the interface in the browser
trackeR_app()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].