Recent Releases of BFS
BFS - BFS 0.5.6
- add "delay" argument in
bfs_get_data()andbfs_get_data_comments()- using
Sys.sleep()of 10 seconds to avoid reaching API limits - the "delay" arg allows to loop on large datasets, for example see #7
- using
- BREAKING CHANGE: remove "bfsurl" argument in `bfsgetdata()
andbfsgetdatacomments()`- "bfsurl" argument unstable and slow. See README for recommended workflow
using `bfsgetcatalogdata()
andbfsgetasset_metadata()`
- "bfsurl" argument unstable and slow. See README for recommended workflow
using `bfsgetcatalogdata()
- add deprecation warning for
bfs_get_catalog() - add more tests
- add test coverage
- R
Published by lgnbhl over 2 years ago
BFS - BFS 0.5.2
- BREAKING CHANGE:
bfs_get_catalog_data()andbfs_get_catalog_tables()return now in the dataframe "number_asset" instead of "guid" as variables. - add
bfs_download_asset() - add
bfs_get_asset_metadata() - "numberbfs" as first argument in `bfsget_metadata()`
- improve docs
- R
Published by lgnbhl almost 3 years ago
BFS - BFS 0.4.1
- BREAKING CHANGE:
clean_namesofbfs_get_data()is now FALSE by default. bfs_get_data()uses BFS API v1.bfs_get_metadata()deprecated. Please use onlybfs_get_catalog_data().- add
bfs_get_catalog_tables(). - add
bfs_get_catalog(). - pxweb and jsonlite dependency added. dplyr dependency removed.
- R
Published by lgnbhl over 4 years ago