Description Usage Arguments Value Author(s) Examples
LoadHTMLFiles @rdname LoadHTMLFiles
1 | LoadHTMLFiles(ProjectName, type = "vector", max)
|
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. |
LoadHTMLFiles
, a character vector or a list;
salim khalil
1 2 3 4 5 6 7 8 9 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.