From b8f7e5c96e81ca4691096483252785d1444d44e4 Mon Sep 17 00:00:00 2001 From: MM <> Date: Mon, 22 Jul 2024 22:45:18 +0100 Subject: [PATCH] fixed a broken link in help file. --- R/read_gv100.R | 2 +- man/read_gv100.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/read_gv100.R b/R/read_gv100.R index 2144f6e..e2ec9a0 100644 --- a/R/read_gv100.R +++ b/R/read_gv100.R @@ -15,7 +15,7 @@ #' in a fixed width file refered to as "GV1000 ASCII Format" by #' DESTATIS. The register features the list of municipality and #' higher order administrative units. The function is a wrapper -#' around \link[readr::read_fwf]{read_fwf}. +#' around \code{\link[readr:read_fwf]{read_fwf}}. #' #' There are two types of files: One feature the administrative #' information (\code{version="AD"}) and one with non-administrative diff --git a/man/read_gv100.Rd b/man/read_gv100.Rd index 11d4486..eb3602c 100644 --- a/man/read_gv100.Rd +++ b/man/read_gv100.Rd @@ -28,7 +28,7 @@ The Gemeindeverzeichnis (municipality register) is published in a fixed width file refered to as "GV1000 ASCII Format" by DESTATIS. The register features the list of municipality and higher order administrative units. The function is a wrapper - around \link[readr::read_fwf]{read_fwf}. + around \code{\link[readr:read_fwf]{read_fwf}}. There are two types of files: One feature the administrative information (\code{version="AD"}) and one with non-administrative