ping: Check if an amcat instance is reachable

View source: R/lib.R

pingR Documentation

Check if an amcat instance is reachable

Description

Check if a server is reachable by sending a request to its config endpoint.

Usage

ping(server)

Arguments

server

A character string of the server URL. If missing the server for the logged in session is tried.

Value

A logical value indicating if the server is reachable.

Examples

## Not run: 
ping("http://localhost/amcat")

## End(Not run)

ccs-amsterdam/amcat4r documentation built on April 17, 2025, 3:22 a.m.