From afe421cd53a08e246f76e22db4a90cde3d8f6911 Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Mon, 25 Sep 2023 11:55:14 +0200 Subject: [PATCH] Update doc [no ci] --- R/get.R | 2 ++ man/ada_get_href.Rd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/R/get.R b/R/get.R index 087d20a..a3f6f7b 100644 --- a/R/get.R +++ b/R/get.R @@ -10,6 +10,8 @@ } #' Get a specific component of URL +#' +#' These functions get a specific component of URL. #' @inheritParams ada_url_parse #' @return character, `NA` if not a valid URL #' @examples diff --git a/man/ada_get_href.Rd b/man/ada_get_href.Rd index de5409b..1bd38cb 100644 --- a/man/ada_get_href.Rd +++ b/man/ada_get_href.Rd @@ -42,7 +42,7 @@ ada_get_protocol(url, decode = TRUE) character, \code{NA} if not a valid URL } \description{ -Get a specific component of URL +These functions get a specific component of URL. } \examples{ url <- "https://user_1:password_1@example.org:8080/dir/../api?q=1#frag"