dyDataHandler: Include a dygraph data handler
Description
Include a dygraph data handler
Usage
dyDataHandler(dygraph, name, path, version = "1.0")
Arguments
dygraph
Dygraph to add data handler to
path
Path to data handler JavaScript file
version
Data handler version (e.g. version of package which provides the
data handler)
Value
A dygraph with the specified data handler enabled.