Closed samsrabin closed 7 years ago
You can get more detail by using the beta API , either for one call like betydb_query(table = "sites", api_version = "beta")
, or options(betydb_api_version = "beta")
to set it for the whole session.
If you're interested in more detail about a particular item, the single-record view (e.g. betydb_record(id = 668, table = "sites", api_version = "beta")
) often has more detail than the table query, though not as much for the sites table as for some others.
Okay, thanks!
betydb_query(table = 'sites')
returns a table with only 8 columns: city, country, geometry, greenhouse, notes, sitename, state, and time_zone.