Description Usage Arguments Value Examples
Read and parse log file as a data frame.
1 |
file |
A path to the CSV file or a CSV formated string. First row starts with values without headers. |
A data frame object with three columns sorted by these columns:
timestamp: (dttm) Ordered timestamps of ping.
address: (chr) IPv4 address of server.
ping: (dbl) Elapsed time in msec, or NA
in case of timeout.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.