-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neal Haddaway
authored and
Neal Haddaway
committed
Jun 17, 2019
1 parent
1cccdf6
commit 8df9ce5
Showing
5 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#' Systematic review sample data | ||
#' | ||
#' Dataset comes from an analysis of systematic reviews (SRs) and systematic maps (SM) published by the | ||
#' Collaboration for Environmental Evidence (CEE, www.environmentalevidence.org) between May 2012 and | ||
#' March 2017. Data are based on the empirical study of environmental systematic reviews by Haddaway | ||
#' and Westgate (2018) https://doi.org/10.1111/cobi.13231. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(sampledata) | ||
#' | ||
#' @format An object of class \code{"cross"}; see \code{\link[qtl]{read.cross}}. | ||
#' | ||
#' @keywords datasets | ||
#' | ||
#' @references Haddaway and Westgate (2018) Conservation Biology, 33(2):434-443 | ||
#' (\href{https://doi.org/10.1111/cobi.13231}) | ||
#' | ||
#' @source \href{https://doi.org/10.1111/cobi.13231} | ||
#' | ||
#' @examples | ||
#' data(sampledata) | ||
#' str(sampledata) | ||
|
||
"sampledata" |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.