An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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')
```