forked from elizagrames/topictagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
insect_gapmap.Rd
29 lines (29 loc) · 857 Bytes
/
insect_gapmap.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{insect_gapmap}
\alias{insect_gapmap}
\title{Example insect conservation dataset}
\format{
A data.frame with 500 rows of 11 variables:
\describe{
\item{title}{the article title}
\item{abstract}{the article abstract}
\item{keywords}{database-tagged keywords}
\item{authors}{article authors}
\item{source}{journal title or other source of the article}
\item{year}{year of publication}
\item{volume}{volume of publication}
\item{issue}{issue of publication}
\item{startpage}{start page for article in publication}
\item{endpage}{end page for article in publication}
\item{doi}{the article Digital Object Identifier (DOI)}
}
}
\usage{
insect_gapmap
}
\description{
A dataset containing a set of example articles on insect conservation
}
\keyword{datasets}