Find absolute pathname of a script file for the HH book in the HH package.
Find absolute pathname of a script file for the HH book in the HH package.
HHscriptnames(chapternumbers=NULL, edition=2) WindowsPath(x, display=TRUE)
chapternumbers |
A number or letter name for a chapter in the HH
book. For the Second edition, the valid values are from the set
|
edition |
Either 2 or 1, for the second or first edition of the book Statistical Analysis and Data Display. |
x |
A vector or matrix of pathnames as generated by R, with |
display |
Logical. With the default |
For HHscriptnames
, matrix of full pathnames to script files in the HH
package.
For WindowsPath
, a vector or matrix of full pathnames with all "/"
characters
changed to "\\"
(which displays as \
by the
cat
function). When display
is TRUE
the
function also prints at the console the pathnames with a single
\
character suitable for copy and paste into a Windows program.
Richard M. Heiberger <rmh@temple.edu>
Heiberger, Richard M. and Holland, Burt (2015). Statistical Analysis and Data Display: An Intermediate Course with Examples in R. Second Edition. Springer-Verlag, New York. https://www.springer.com/us/book/9781493921218
## Not run: ## All Operating Systems ## Second Edition HHscriptnames() HHscriptnames(6) HHscriptnames("6") HHscriptnames("oway") HHscriptnames("H") HHscriptnames("RApx") HHscriptnames(c(1:18, LETTERS[1:15])) ## with Windows pathname separators WindowsPath(HHscriptnames()) WindowsPath(HHscriptnames(6)) WindowsPath(HHscriptnames(6), display=FALSE) WindowsPath(HHscriptnames(6:8)) WindowsPath(HHscriptnames(6:8), display=FALSE) ## First Edition HHscriptnames(6, edition=1) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.