List URLS to documents for a register

find_documents(url, doc = NULL)

Arguments

url

url to web page where to look for documents

doc

(part of) document name to look for

Value

names character vector with urls to documents

Examples

if (FALSE) { find_documents(find_register("all")) find_documents(find_register("peniscancer"), "uppfoljning") }