apde_notify_msg_set_f | R Documentation |
Set or Update APDE Notify Message
apde_notify_msg_set_f(msg_id = 0, msg_name, msg_subject, msg_body, msg_from)
msg_id |
Integer. ID of the message to update. Use 0 for new messages. |
msg_name |
Character. Name of the message. |
msg_subject |
Character. Subject of the message. |
msg_body |
Character. Body of the message. |
msg_from |
Character. Sender's email address. |
Integer. ID of the new or updated message.
## Not run:
# ENTER EXAMPLES HERE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.