You can install the development version of BirdBot from GitHub with:
# install.packages("devtools")
devtools::install_github("soniawandosell/BirdBot")- Configure the bot.
- Run the bot and collect data in the field.
- Edit the database.
set.settings(): creates and updates a settings file.set.database(): creates and updates a database file.add.start(): adds a start command to the bot.add.legend(): adds a legend command to the bot.add.newuser(): adds a user request command to the bot.add.sampling(): adds a sampling command to the bot.add.rewrite(): adds a rewrite command to the bot.add.map(): adds a map command to the bot.add.view(): adds a chart view command to the bot.add.download(): adds a download command to the bot.add.summary(): adds a summary command to the bot.add.messages(): adds a message handler to the bot.database.to.calendar(): transforms the database into a calendar view excel file.calendar.to.database(): updates the database with the calendar excel file.add.messages(): adds a message handler to the bot.run.Bot(): runs the bot.database.to.calendar(): transforms the database into a calendar view excel file.calendar.to.database(): updates the database with the calendar excel file.

