Methods
csvToArray(csvString, delimiter)
Utility function to create a buffer from a CSV file
Parameters:
| Name |
Type |
Default |
Description |
csvString |
*
|
|
|
delimiter |
*
|
, |
|
- Source:
-
Returns:
saveToCSV(data, filename)
Uiltity function to create and save a CSV file from a buffer
Parameters:
| Name |
Type |
Default |
Description |
data |
*
|
|
|
filename |
*
|
recordedMLSignal.csv |
|
- Source:
-
sleep(seconds) → {Promise}
Utlity function to pause execution for a given time
Parameters:
| Name |
Type |
Description |
seconds |
number
|
|
- Source:
-
Returns:
- Type
-
Promise
Type Definitions
initParameters
Type:
Properties:
| Name |
Type |
Description |
targetElementId |
string
|
target element where new elements will be appended |
siteUrl: |
string
|
the url of the current site |
- Source:
-