Skip to contents

Thin wrapper around cosinex_tenders() for the Deutsches Vergabeportal (dtvp.de). DTVP uses the "Center" mount; its published search is login-free (registration is only needed to submit bids).

Usage

dtvp_tenders(keywords = tender_keywords(), ...)

Arguments

keywords

Keyword groups (default tender_keywords()).

...

Further arguments passed to cosinex_tenders() (e.g. login, publication_types, contracting_rules, since_days, max_pages, cache_dir, relevant_only).

Value

A scored tibble with Plattform = "Deutsches Vergabeportal (DTVP)".

Examples

if (FALSE) { # \dontrun{
dtvp_tenders(max_pages = 2)
} # }