TalkBank / TBDBr

R API to TalkBankDB.
https://talkbank.github.io/TBDBr/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Will all `get*()` functions have data to pull from the database? #3

Closed francojc closed 1 year ago

francojc commented 1 year ago

I'm wondering if all TalkBank databases will have data for all the get*() query functions.

For example, I've been able to retrieve various datasets from the CABNC:

But I'm not getting a data from getTokens() or getTokenTypes() --- hangs on "Fetching data, please wait...".

If not, is there a way to find out other than trying and waiting to see if the query returns a response?

Thanks,

rbcavanaugh commented 1 year ago

I'm not sure but I can try and trouble shoot next week. In the meantime you can always look at https://talkbank.org/DB/ to see if there is data that matches the query you're using.

francojc commented 1 year ago

https://talkbank.org/DB/ is just what I needed. Sorry for not closing this earlier.