as.data.frame.interval | R Documentation |
Converts an interval object to a data frame representation.
## S3 method for class 'interval'
as.data.frame(x, ...)
x |
An interval object to be converted. |
... |
dditional arguments to be passed to as.data.frame(). |
A data frame representation of the interval.
as.data.frame(inter_city)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.