Skip to content

R Shiny inputs for geolocation and sensor data

Notifications You must be signed in to change notification settings

strongh/telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

      [..             [..                                   [..                  
        [..             [..                                   [..                  
      [.[. [.   [..     [..   [..    [... [.. [..    [..    [.[. [.[. [...[..   [..
        [..   [.   [..  [.. [.   [..  [..  [.  [.. [.   [..   [..   [..    [.. [.. 
        [..  [..... [.. [..[..... [.. [..  [.  [..[..... [..  [..   [..      [...  
        [..  [.         [..[.         [..  [.  [..[.          [..   [..       [..  
         [..   [....   [...  [....   [...  [.  [..  [....      [.. [...      [..   
                                                                           [..     

The telemetry package provides Shiny inputs which produce user data which is accessible from the browser. Examples include:

  • orientation (orientationInput),
  • acceleration (motionInput), and
  • geographical coordinates (coordinatesInput).

Examples

Example usage can be found in the examples directory. These could be run by cloning this repo and then running locally, or by running something like

shiny::runGitHub("telemetry", "strongh",
                 subdir="examples/orientation_example/")

Shinapp.io example

Navigating to

https://strong.shinyapps.io/motion_example/

on a mobile device should give a silly preview of the motion input. The accelerometer data is sent to the server, which plots it in a useless way.

Installation

devtools::install_github('strongh/telemetry')

About

R Shiny inputs for geolocation and sensor data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published