fix typo: copyMusoExamleTo
This commit is contained in:
parent
6bb3c9f696
commit
0f0933e62e
@ -6,7 +6,7 @@
|
||||
#'@param destination The destination where the example files will be copied.
|
||||
#'@export
|
||||
|
||||
copyMusoExamleTo <- function(example = NULL, destination = NULL){
|
||||
copyMusoExampleTo <- function(example = NULL, destination = NULL){
|
||||
WindowsP <- Sys.info()[1] == "Windows"
|
||||
|
||||
chooseExample <- function(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user