Skip to content

Commit

Permalink
spelling, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann committed Jan 28, 2024
1 parent afeb984 commit 2023a48
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions R/from_chronontology.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Download List from iDAI.chronOntology
#' Download List from iDAI.chronontology
#'
#' @param id (chr) The chronOntology-ID of the period that should be
#' downloaded (part of the URL after
Expand All @@ -25,14 +25,14 @@ dl_chrnt_json <- function(id = "") {
}
}

#' Get Data for One Period from iDAI.chronOntology
#' Get Data for One Period from iDAI.chronontology
#'
#' @inheritParams dl_chrnt_json
#'
#' @source data: [iDAI.chronontology](https://chronontology.dainst.org/)
#'
#' @return A nested list with the data for one period downloaded
#' from iDAI.chronOntology.
#' from iDAI.chronontology.
#'
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Using chrongler (and a concordance of periods and their grouping and absolute da
* duplicate rows of objects according to their periods or groups (`duplicate_by()`)
* add absolute dating based on the periods an object is dated to (`derive_dating()`)
* add the period an object would be dated to based on absolute dating values (`derive_period()`)
* download the data for one period from [iDAI.chronOntology](https://chronontology.dainst.org/) (`from_chronontology()`, it's a bit of a work in progress...)
* download the data for one period from [iDAI.chronontology](https://chronontology.dainst.org/) (`from_chronontology()`, it's a bit of a work in progress...)

The inaccurately named "example_workflow"-vignette explains the functions and especially setting up the concordance in detail, see:
``` r
Expand Down
4 changes: 2 additions & 2 deletions man/dl_chrnt_json.Rd

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

6 changes: 3 additions & 3 deletions man/from_chronontology.Rd

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

4 changes: 2 additions & 2 deletions vignettes/example_workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ library(chrongler)

chrongler relies on a concordance object supplied by the user. The concordance can be brought into the format needed by chrongler using the `make_chrongler_conc()`-function. While it is easier to create the data in some spreadsheet software and import a csv-file, I will demonstrate the data structure here by putting it together in R.

## iDAI.chronOntology
We will get the dates and values for our examples manually from [iDAI.chronOntology](https://chronontology.dainst.org/). You can download a the data from one chronOntology-period directly like this, the `id` being the last part of the URL:
## iDAI.chronontology
We will get the dates and values for our examples manually from [iDAI.chronontology](https://chronontology.dainst.org/). You can download a the data from one chronOntology-period directly like this, the `id` being the last part of the URL:

```{r eval = FALSE}
from_chronontology(id = "RX2Rv7kcbLGk")
Expand Down

0 comments on commit 2023a48

Please sign in to comment.