Skip to content

Commit

Permalink
improved appearance of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Mar 17, 2024
1 parent a6db39f commit 4d7db08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ chicago_transects <- index_fqa_transects(database_id = 149)
Floristic quality assessments can be downloaded individually by ID number or collectively using `dplyr::filter` syntax.

```{r downloading}
# download a single assessment using the `assessment_id` assigned by [universalfqa.org](https://universalfqa.org/). These identifiers can be found using `index_fqa_assessments`.
# download a single assessment using the `assessment_id` assigned by
# [universalfqa.org](https://universalfqa.org/). These identifiers
# can be found using `index_fqa_assessments`.
woodland <- download_assessment(assessment_id = 25640)
# download multiple assessments:
Expand Down

0 comments on commit 4d7db08

Please sign in to comment.