Skip to content
Snippets Groups Projects
Commit 50af56b7 authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

add modifiable endpoint

parent 3f767aca
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,15 @@
#'
#' alapur
#' @param url url IP adress
#' @param endpoint endpoint
#' @keywords alapur
#' @export
#' @examples
#' \dontrun{
#' alapur()
#' }
alapur <- function(url){
alapur_object(url=url)
alapur <- function(url,endpoint="ocpu"){
alapur_object(url=file.path(url,endpoint))
}
alapur_object <- function(url){
......
......@@ -4,10 +4,12 @@
\alias{alapur}
\title{alapur}
\usage{
alapur(url)
alapur(url, endpoint = "ocpu")
}
\arguments{
\item{url}{url IP adress}
\item{endpoint}{endpoint}
}
\description{
alapur
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment