Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 423 Bytes

NEWS.md

File metadata and controls

13 lines (8 loc) · 423 Bytes

twilio 0.1.0

  • This is the initial release of the twilio package for R!

  • tw_send_message() sends SMS and MMS messages.

  • tw_get_messages_list() retrieves the messages list from your Twilio account which is the log of all of your sent and receieved messages.

  • tw_message_tbl() transforms the messages list into a data frame.

  • tw_get_message_media() retrieves information about photos or videos included in an MMS.