create_micror = function(R_version, wd = getwd(), reqs_filename = "requirements.csv") {
freeze(reqs_filename)
micror = list(
wd = wd,
reqs_path = reqs_filename
)
}
save_micror = function() {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.