fetch_html_docs: Get a list of html documentation for all RTM API method calls...

Description Usage Arguments Value

View source: R/fetch.r

Description

Get a list of html documentation for all RTM API method calls from the RTM website.

Usage

1
2
3
fetch_html_docs(rtm_url = "https://www.rememberthemilk.com/",
  api_doc_path = "services/api/methods/", css = "#api a", progress = TRUE,
  sample = -1)

Arguments

rtm_url

the base url of the RTM website

api_doc_path

the path to the list of links to documentation on each method call

css

the css selector for the links

progress

whether to show a progress bar

sample

select a random sample of this size, for testing, by default -1 means scrape all documentation

Value

a list of html pages


jowalski/rtmapidoc documentation built on May 19, 2019, 9:42 p.m.