Check version of JPred REST interface.

check_rest_version(host = "http://www.compbio.dundee.ac.uk/jpred4/cgi-bin/rest",
  suffix = "version", silent = FALSE)

Arguments

host

JPred host address.

suffix

Host address suffix.

silent

Should the work be done silently? (default = FALSE)

Value

Version of JPred REST API.

Examples

# NOT RUN {
## Not run --
check_rest_version()
# }