as.data.frame.URL: coerce an URL to a data.frame

Description Usage Arguments

View source: R/URL.R

Description

coerce an URL to a data.frame

see http://www.r-bloggers.com/concatenating-a-list-of-data-frames/

Usage

1
2
3
4
5
6
7
## S3 method for class 'URL'
as.data.frame(x, row.names = NULL, optional = FALSE,
  RECURSIVE = FALSE, ...)

## S3 method for class 'URL_list'
as.data.frame(x, row.names = NULL, optional = FALSE,
  RECURSIVE = FALSE, ...)

Arguments

x

any object

row.names

same as as.data.frame

optional

same as as.data.frame

RECURSIVE

deep expand src URLs

...

further arguments


hute37/urlr documentation built on May 17, 2019, 9:14 p.m.