sq: sh single quote Calls the base function shQuote with default...

View source: R/config_miscwrappers.R

sqR Documentation

sh single quote Calls the base function shQuote with default options; sq is faster to type.

Description

sh single quote

Calls the base function shQuote with default options; sq is faster to type.

Usage

sq(x)

Arguments

x

Character string to be quoted

Value

Character string with leading and trailing "'" character added to input string

Examples

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")

JeffWeinell/misc.wrappers documentation built on Sept. 20, 2023, 12:42 p.m.