Skip to content

Commit 6286a90

Browse files
Add twocat data to package documentation
1 parent 95559ea commit 6286a90

15 files changed

Lines changed: 204 additions & 39 deletions

R/twocat_data_formatted.R

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#' Count and revenue data per region
2+
#'
3+
#' A dataset containing simulated metric data for package examples. This example is for four population metrics corresponding to different areas.
4+
#'
5+
#' @format A multi-indicator data frame with data in two main categories:
6+
#' \describe{
7+
#' \item{year}{A vector of years.}
8+
#' \item{rev_narnia}{A vector of random numbers.}
9+
#' \item{count_narnia}{A vector of random numbers.}
10+
#' \item{rev_wakanda}{A vector of random numbers.}
11+
#' \item{count_wakanda}{A vector of random numbers.}
12+
#' }
13+
#' @source Simulated data
14+
"twocat_data_formatted"

docs/articles/How_to_use_IEAnalyzeR.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)