View source: R/config_miscwrappers.R
sq | R Documentation |
sh single quote
Calls the base function shQuote with default options; sq is faster to type.
sq(x)
x |
Character string to be quoted |
Character string with leading and trailing "'" character added to input string
library(misc.wrappers)
# Example 1: view current path settings
config_miscwrappers()
# Example 2: set path to program 'runeems_snps' (replace example path with the real path on you machine)
config_miscwrappers(exe.path="/FULL/PATH/TO/runeems_snps")
# Example 3: set path to the fastStructure file 'structure.py'
config_miscwrappers(exe.path="/FULL/PATH/TO/structure.py")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.