insert.Symbol.Raw {symbol.equation.gpt} | R Documentation |
Add selected symbol to page
insert.Symbol.Raw(symbolid, type = letters[1:4])
symbolid |
the symbol id to include |
type |
type of inclusion |
pastes copied symbol code into document
if(interactive()){
insert.Symbol.Raw("sample copied")
insert.Symbol.Raw("rpkg.net","a")
}