Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
fix #9 add link to api faq in readme/pkg level man file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 4, 2019
1 parent cb48dd7 commit afa5ade
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/jaod-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' reviewed open access material."
#'
#' DOAJ API documentation can be found at <https://doaj.org/api/v1/docs>.
#'
#' DOAJ API FAQ: <https://doaj.org/faq#apikey>
#'
#' @section Package API:
#' * [jaod_article()] - Get an article by ID
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ knitr::opts_chunk$set(

`jaod` - R client for [Directory of Open Access Journals API](https://doaj.org/api/v1/docs)

DOAJ API FAQ: <https://doaj.org/faq#apikey>

get started with the package docs: <https://ropensci.github.io/jaod/>

## installation
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jaod

`jaod` - R client for [Directory of Open Access Journals API](https://doaj.org/api/v1/docs)

DOAJ API FAQ: <https://doaj.org/faq#apikey>

get started with the package docs: <https://ropensci.github.io/jaod/>

## installation
Expand Down Expand Up @@ -41,7 +43,7 @@ library("jaod")
```r
jaod_journal_search(query = "bibjson.keywords:heritage")
#> $timestamp
#> [1] "2019-09-04T16:53:21.260315Z"
#> [1] "2019-09-04T16:58:15.006551Z"
#>
#> $page
#> [1] 1
Expand Down Expand Up @@ -158,7 +160,7 @@ out$bibjson$author_publishing_rights
```r
jaod_article_search(query = "license:CC-BY")
#> $timestamp
#> [1] "2019-09-04T16:53:22.366669Z"
#> [1] "2019-09-04T16:58:15.841886Z"
#>
#> $page
#> [1] 1
Expand Down
2 changes: 2 additions & 0 deletions man/jaod-package.Rd

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

0 comments on commit afa5ade

Please sign in to comment.