| find_documents {incadata} | R Documentation |
List all documents for a register
find_documents(x, pattern = NULL)
x |
name of register to look for |
pattern |
part of document name to look for |
data frame with names of documents and corresponding URL:s for specified register
## Not run:
find_documents("all")
find_documents("peniscancer", "uppfoljning")
## End(Not run)