get_dir_exe | R Documentation |
Should find executable within package regardless of the location on any user's system. Could be expanded in the future for different operating systems.
get_dir_exe()
Ian G. Taylor
get_dir_ling()
## Not run:
# find directory with executable
get_dir_exe()
# copy model files to a new directory and bring in executable
r4ss::copy_SS_inputs(dir.old = get_dir_ling(area = area, num = 1),
dir.new = get_dir_ling(area = area, num = 2),
use_ss_new = FALSE,
copy_exe = TRUE,
dir.exe = get_dir_exe())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.