Description Usage Arguments Details Value See Also Examples
View source: R/is_postable_Rmd.R
Will check file is readable and extention is .Rmd
1 |
file |
file path |
DETAILS
TRUE, or FALSE with message
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
is_postable_Rmd("./my/file.Rmd)
attr(is_postable_Rmd("./my/file.Rmd), "msg")
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.