1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-06-07 00:06:09 +02:00
opensensmapR/man/osem_ensure_archive_available.Rd
2023-03-06 16:42:51 +01:00

17 lines
585 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/archive.R
\name{osem_ensure_archive_available}
\alias{osem_ensure_archive_available}
\title{Check if the given openSenseMap archive endpoint is available}
\usage{
osem_ensure_archive_available(endpoint = osem_archive_endpoint())
}
\arguments{
\item{endpoint}{The archive base URL to check, defaulting to \code{\link{osem_archive_endpoint}}}
}
\value{
\code{TRUE} if the archive is available, otherwise \code{stop()} is called.
}
\description{
Check if the given openSenseMap archive endpoint is available
}