Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Sep 13, 2024
1 parent 5cd0f6b commit 5649805
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@



^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
ignore/
inst/data
inst/doc
/doc/
/Meta/
7 changes: 6 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@ galah::galah_config(email = "YOUR EMAIL HERE")
download_ala_obs(taxon = "Orthoptera")
infinitylistApp()
```

## Adapt infinitylist for other countries

```
We have developed functions to assist users to create their own infinitylist for their chosen taxa and country. Check out the vignette which shows you how to do so!

```{r}
vignette("diy")
```

## Why did I get disconnected from the server?

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ download_ala_obs(taxon = "Orthoptera")
infinitylistApp()
```

## Adapt infinitylist for other countries

We have developed functions to assist users to create their own
infinitylist for their chosen taxa and country. Check out the vignette
which shows you how to do so!

``` r
vignette("diy")
```

## Why did I get disconnected from the server?

If `infinitylists` is left open but idle in your browser for too long,
Expand Down

0 comments on commit 5649805

Please sign in to comment.