View source: R/heart_function.R
| heart_fxn | R Documentation | 
This function places a message on a heart-shaped plot I have no idea from whence this function came to me.
heart_fxn(name = NULL, message = "Happy Valentine's Day", text.color = "blue")
| name | A name to be included under the message. Defaults to NULL | 
| message | A message to write on the heart. Defaults to 'Happy Valentine's Day' | 
| text.color | Text color. Defaults to 'blue' | 
heart_fxn('Jen', 'Hello', 'green')
heart_fxn('Hello')
heart_fxn(message = 'Hello')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.