https://github.com/strongh/telemetry
R Shiny inputs for geolocation and sensor data
https://github.com/strongh/telemetry
Last synced: 5 months ago
JSON representation
R Shiny inputs for geolocation and sensor data
- Host: GitHub
- URL: https://github.com/strongh/telemetry
- Owner: strongh
- Created: 2016-03-23T03:32:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T23:18:17.000Z (over 8 years ago)
- Last Synced: 2024-08-09T02:16:56.382Z (9 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - strongh/telemetry - R Shiny inputs for geolocation and sensor data (JavaScript)
README
[.. [.. [..
[.. [.. [..
[.[. [. [.. [.. [.. [... [.. [.. [.. [.[. [.[. [...[.. [..
[.. [. [.. [.. [. [.. [.. [. [.. [. [.. [.. [.. [.. [..
[.. [..... [.. [..[..... [.. [.. [. [..[..... [.. [.. [.. [...
[.. [. [..[. [.. [. [..[. [.. [.. [..
[.. [.... [... [.... [... [. [.. [.... [.. [... [..
[..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
```r
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
```r
devtools::install_github('strongh/telemetry')
```