LoadHTMLFiles {Rcrawler} | R Documentation |
LoadHTMLFiles @rdname LoadHTMLFiles
Description
LoadHTMLFiles @rdname LoadHTMLFiles
Usage
LoadHTMLFiles(ProjectName, type = "vector", max)
Arguments
ProjectName |
character, the name of the folder holding collected HTML files, use |
type |
character, the type of returned variable, either vector or list. |
max |
Integer, maximum number of files to load. |
Value
LoadHTMLFiles
, a character vector or a list;
Author(s)
salim khalil
Examples
## Not run:
ListProjects()
#show all crawling project folders stored in your local R wokspace folder
DataHTML<-LoadHTMLFiles("glofile.com-301010")
#Load all HTML files in DataHTML vector
DataHTML2<-LoadHTMLFiles("glofile.com-301010",max = 10, type = "list")
#Load only 10 first HTMl files in DataHTML2 list
## End(Not run)
[Package Rcrawler version 0.1.9-1 Index]