find_documents {incadata}R Documentation

List all documents for a register

Description

List all documents for a register

Usage

find_documents(x, pattern = NULL)

Arguments

x

name of register to look for

pattern

part of document name to look for

Value

data frame with names of documents and corresponding URL:s for specified register

Examples

## Not run: 
find_documents("all")
find_documents("peniscancer", "uppfoljning")

## End(Not run)

[Package incadata version 0.6.4 Index]