File: rl_citation.Rd

package info (click to toggle)
r-cran-rredlist 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,968 kB
  • sloc: sh: 9; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rl_citation.R
\name{rl_citation}
\alias{rl_citation}
\title{Get the citation Red List API version}
\usage{
rl_citation(...)
}
\arguments{
\item{...}{Curl options passed to \code{\link[crul:HttpClient]{crul::HttpClient()}}}
}
\value{
API citation as character string
}
\description{
Get the citation Red List API version
}
\examples{
\dontrun{
rl_citation()
}
}