Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
hubeau
Commits
98dc44f4
Commit
98dc44f4
authored
Apr 30, 2021
by
Dorchies David
Browse files
doc(doQuery): correction and cleaning
parent
17540585
Changes
3
Hide whitespace changes
Inline
Side-by-side
R/doQuery.R
View file @
98dc44f4
#' Internal function for doing the queries
#' Internal function for doing the queries
for the bnpe package
#'
#' @param url_path the end of the URL path
#' @param params A list containing the parameters sent in the query
. [character] Name of the geographical identifier ("insee_com", "code_dep"...)
#' @param params A list containing the parameters sent in the query
#' @inheritParams getCookie
#' @param cookie a named [character] [vector] with the values of the cookies (See [getCookie])
#'
...
...
man-roxygen/param_cfg_cookie.R
deleted
100644 → 0
View file @
17540585
#' @param cookie a named [character] [vector] with the values of the cookies (See [getCookie])
#' @inheritParams getCookie
man/doQuery.Rd
View file @
98dc44f4
...
...
@@ -2,7 +2,7 @@
% Please edit documentation in R/doQuery.R
\name{doQuery}
\alias{doQuery}
\title{Internal function for doing the queries}
\title{Internal function for doing the queries
for the bnpe package
}
\usage{
doQuery(
url_path,
...
...
@@ -15,7 +15,7 @@ doQuery(
\arguments{
\item{url_path}{the end of the URL path}
\item{params}{A list containing the parameters sent in the query
. \link{character} Name of the geographical identifier ("insee_com", "code_dep"...)
}
\item{params}{A list containing the parameters sent in the query}
\item{cfg}{a \link{config} object Configuration of the communication. Use by default the internal package
configuration stored at location \code{system.file("config.yml", package = "bnpe")}}
...
...
@@ -26,5 +26,5 @@ configuration stored at location \code{system.file("config.yml", package = "bnpe
a \link[httr:response]{httr::response} object from a \link[httr:GET]{httr::GET}
}
\description{
Internal function for doing the queries
Internal function for doing the queries
for the bnpe package
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment