kbtbr 0.1.0
The first release of kbtbr adds an initial set of features to the package.
- high level
Koboclass to interact with the kbtbr API using high-level methods:- get data:
get_assets,get_asset,get_surveys,get_submissions - modify assets:
deploy_asset,create_asset,clone_asset,import_xls_form - general
getandpostmethods that can be used flexibly by the user
- get data:
- lower-level
KoboClientclass which inherits fromcrul::HttpClient. Is used internally inKobobut can also be used separately for more advanced use cases.-
getandpostmethods
-
-
Assetclass to represent individual assets:- methods
get_submissions(for asset type survey) andto_list
- methods
-
CODE_OF_CONDUCT.mdandCONTRIBUTING.md - pkgdown site, with separate pages for stable and dev version.
-
NEWS.mdfile to track changes to the package.