Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alapu
alapur
Commits
3a37fe17
Commit
3a37fe17
authored
Jul 03, 2018
by
jml
Browse files
typo
parent
81b33274
Changes
4
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
3a37fe17
Package: alapur
Type: Package
Version: 0.0.
2
Version: 0.0.
3
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")),
person("NILU",role="cph"))
Title: alapur
...
...
NAMESPACE
View file @
3a37fe17
...
...
@@ -2,6 +2,7 @@
export(alapu_get)
export(alapu_post)
export(alapu_url)
export(alapur)
export(endpoints_alapu)
export(endpoints_package)
...
...
R/url.R
View file @
3a37fe17
#' alapu_url
#' alapu_url
#' @param server server IP adress
#' @param ... other parameters
#' @keywords alapu
#' @export
#' @examples
#' \dontrun{
#' alapu_url()
#' }
alapu_url
<-
function
(
server
,
...
){
url_server
<-
server
param
<-
c
(
as.list
(
environment
()),
list
(
...
))
indice
<-
which
(
unlist
(
lapply
(
param
,
is.null
)))
if
(
length
(
indice
))
{
...
...
man/alapu_url.Rd
0 → 100644
View file @
3a37fe17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/url.R
\name{alapu_url}
\alias{alapu_url}
\title{alapu_url
alapu_url}
\usage{
alapu_url(server, ...)
}
\arguments{
\item{server}{server IP adress}
\item{...}{other parameters}
}
\description{
alapu_url
alapu_url
}
\examples{
\dontrun{
alapu_url()
}
}
\keyword{alapu}
Write
Preview
Supports
Markdown
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