| use_internal_function | R Documentation | 
Code and rationale from https://stat.ethz.ch/pipermail/r-devel/2013-August/067210.html
use_internal_function(pkg, fun)
| pkg | character name of the package from which to import the function | 
| fun | character name of the function to import | 
an internal function imported from another package (in our case, probably/always remake)
## Not run: 
('remake' %:::% 'target_is_file')('mytarget.txt')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.