Skip to content

Commit

Permalink
Sample data inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Haddaway authored and Neal Haddaway committed Jun 17, 2019
1 parent 1cccdf6 commit 8df9ce5
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions R/sampledata.R
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 added data/sampledata.RData
Binary file not shown.
28 changes: 28 additions & 0 deletions man/sampledata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/usedefaults.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8df9ce5

Please sign in to comment.