Skip to content

Commit

Permalink
update data documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann committed Nov 18, 2023
1 parent ba15ff4 commit 134d497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@
#' @name DAT_df
#' @usage data(DAT_df)
#' @format A data frame with 5000 rows and 4 variables

"DAT_df"
NULL


#' Beazley (sample of 1000)
#'
#' A test dataset containing a data.frame how it should ideally be arranged
#' to work with datplot.Data are gathered from the Beazley Archive Pottery
#' to work with datplot. Data are gathered from the Beazley Archive Pottery
#' Database (BAPD) -- https://www.carc.ox.ac.uk/carc/pottery and
#' transformed to work with datplot
#' transformed to work with datplot.
#'
#' \itemize{
#' \item Identifier (Vase.Number in BAPD)
Expand All @@ -41,7 +40,6 @@ NULL
#' @usage data(Beazley)
#' @format A data frame with 1000 rows and 4 variables
#' @source https://www.carc.ox.ac.uk/carc/pottery

"Beazley"
NULL

Expand Down Expand Up @@ -79,7 +77,6 @@ NULL
#' Quantitative Analysis.” Dissertation, Berlin: Freie Universität Berlin.
#' \url{https://refubium.fu-berlin.de/handle/fub188/23730},
#' partially after \url{https://inscriptions.packhum.org/}

"Inscr_Bithynia"
NULL

Binary file modified data/Beazley.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions man/Beazley.Rd

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

0 comments on commit 134d497

Please sign in to comment.