
HHscriptnames(chapternumbers, edition=2)WindowsPath(x)
c(1:20, LETTERS[1:12])
.
For the First edition, the valid values are from the set
c(1:18)
.
The ar"/"
as the
separator character.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 "\\"
.
## All Operating Systems
## Second Edition
HHscriptnames(6)
HHscriptnames("6")
HHscriptnames("oway")
HHscriptnames("H")
HHscriptnames("RApx")
HHscriptnames(c(1:20, LETTERS[1:12]))
## with Windows pathname separators
WindowsPath(HHscriptnames(c(6:14)))
cat(WindowsPath(HHscriptnames(6)), "\n")
cat(paste(WindowsPath(HHscriptnames(c(6:14))), "\n"))
## First Edition
HHscriptnames(6, edition=1)
Run the code above in your browser using DataLab