0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
rmarkdown
/
rmd
/
h
/
navigation-1.1
/
[
Home
]
File: sourceembed.js
window.initializeSourceEmbed = function(filename) { $("#rmd-download-source").click(function() { var src = $("#rmd-source-code").html(); var a = document.createElement('a'); a.href = "data:text/x-r-markdown;base64," + src; a.download = filename; document.body.appendChild(a); a.click(); document.body.removeChild(a); }); };