| addTags | Calls corresponding RTM task method |
| addTask | Add a task. |
| api_key | The rtmr API key. |
| assign_task_method_funs | Assign |
| check_http_response | Check the HTTP server response, throw an error if needed. |
| check_json_response | Check the JSON sent by the server. |
| check_rtm_response | Check for an RTM fail. |
| filter_task_info | Process task info from rtm_search. |
| get_auth | Authenticate a user with the RTM API. |
| get_rtm_list_id | Get a list id from a name. |
| get_rtm_list_name | Get the RTM list name from an id. |
| handle_multiple_tasks | Handle the case where a task is repeating and has multiple... |
| lookup_task_method_args | Look up the argument that a method takes |
| make_rtm_task_fun | A closure to create functions corresponding to "rtm.tasks.*"... |
| movePriority | Calls corresponding RTM task method |
| moveTo | Move a task from one list to another |
| notes.add | Calls corresponding RTM task method |
| pipe | Pipe operator |
| quickdf | Convert a list to a data frame |
| rbinddf | Create a data frame out of two lists or data frames. |
| removeTags | Calls corresponding RTM task method |
| rtm_cache_timeline | Request a new timeline and store it in the global... |
| rtm_date | Convert date stored in RTM server format to R POSIXlt format. |
| rtm_lists | Retrieve a list of task lists from the RTM API. |
| rtm_pat | Retrieves the personal authentication token |
| rtmr | 'rtmr' is an R client for the Remember the Milk API |
| rtm_req | Make an HTTP GET request of the RTM service. |
| rtm_search | Search tasks using the RTM advanced search feature. |
| rtm_task_method | Call rtm_req with a "rtm.tasks.*" method on the given task. |
| rtm_time | Convert the time from text to UTC via the RTM service. |
| rtm_timeline | Get the timeline in use or request a new one. |
| setDueDate | Calls corresponding RTM task method |
| setEstimate | Calls corresponding RTM task method |
| setLocation | Calls corresponding RTM task method |
| setName | Calls corresponding RTM task method |
| setPriority | Calls corresponding RTM task method |
| setRecurrence | Calls corresponding RTM task method |
| setTags | Calls corresponding RTM task method |
| setURL | Calls corresponding RTM task method |
| shared_secret | The rtmr shared secret. |
| sign_request | Sign an API request with a shared secret and MD5 hash... |
| status | Get the status of a response. |
| status.default | Should not be called |
| status.rtm_response | Get the status of a response |
| task_method_args | A list of the arguments to RTM task method calls |
| verify_token | Checks with the API to see whether the user's PAT is still... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.