Check how many jobs you have already submitted on a given day (out of 1000 maximum allowed jobs per user per day).

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

Arguments

email

E-mail address.

host

JPred host address.

suffix

Host address suffix.

silent

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

Value

Response.

Examples

# NOT RUN {
## Not run --
quota(email = "name@domain.com")
# }