| set_readme | R Documentation | 
Readme of an FSK object
set_readme(fsk_object, readme_text)
| fsk_object | An instance of FSK2R. | 
| readme_text | A character vector of length 1 with the content of the README file. | 
An instance of FSK2R.
 path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
 my_fsk <- import_fsk(path_example)
 set_readme(my_fsk, "This is the README.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.