From 35adea7c8257cf2139b1e07076923f1796e5a682 Mon Sep 17 00:00:00 2001 From: Liuyong Ding <33018532+Otoliths@users.noreply.github.com> Date: Sun, 7 Jun 2020 13:22:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a783bae..a8929a9 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ list_df(x2,db = "colchina") ###### Get Catalogue of Life Global checklist via species name and id ```r -x3 <- get_colglobal(query = queries, option = "name") +x3 <- get_col_global(query = queries, option = "name") class(x3) ``` ```r