ar_ws_plotter: Arduino Plotter for websocket

Description Usage Arguments

View source: R/ar_ws_plotter.R

Description

Arduino Plotter for websocket

Usage

1
ar_ws_plotter(ws, names = NULL, sep_fun = ar_sep_comma, freq = 50)

Arguments

ws

websocket connection

names

Labels for variables

sep_fun

A function that separates the inline string into different variables. By default, it is ar_sep_comma, which splits the string by comma. You can easily write your own function, which can even do additional calculation.

freq

Length of miliseconds that the shiny app will check for new data. The default 50ms (20Hz) is almost the maxium on normal computer nowadays.


hebrewseniorlife/arduinor documentation built on May 24, 2019, 8:51 a.m.