From da487b5ecd24bc49bed91473896a5f13233905fe Mon Sep 17 00:00:00 2001 From: tanchangde Date: Fri, 9 Feb 2024 12:16:18 +0800 Subject: [PATCH] docs: link to function --- R/query.R | 2 +- man/lxr_query.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/query.R b/R/query.R index 2b0cb1c..8ed5b62 100644 --- a/R/query.R +++ b/R/query.R @@ -5,7 +5,7 @@ #' @details #' The function constructs an HTTP request to the specified lixinger API #' endpoint. It validates the query parameters against the parameters -#' defined in 'lxr_query_params'. It supports automatic retries and +#' defined in \link{lxr_query_params}. It supports automatic retries and #' timeout settings. The function also handles the conversion of #' additional query parameters to the required JSON format. #' diff --git a/man/lxr_query.Rd b/man/lxr_query.Rd index 7931cb6..422f336 100644 --- a/man/lxr_query.Rd +++ b/man/lxr_query.Rd @@ -47,7 +47,7 @@ Sends a request to the lixinger API to retrieve financial data. \details{ The function constructs an HTTP request to the specified lixinger API endpoint. It validates the query parameters against the parameters -defined in 'lxr_query_params'. It supports automatic retries and +defined in \link{lxr_query_params}. It supports automatic retries and timeout settings. The function also handles the conversion of additional query parameters to the required JSON format. }