Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Aug 10, 2021
1 parent a250088 commit 3b6db59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/read_txt_Renishaw.R
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ hySpc.testthat::test(read_txt_Renishaw) <- function() {
#'
#' @export
read_zip_Renishaw <- function(file = stop("filename is required"),
txt.file = sub("[.]zip", ".txt", basename(file)), ...) {
txt.file = sub("[.]zip", ".txt", basename(file)),
...) {
read_txt_Renishaw(file = unz(file, filename = txt.file, "r"), ...)
}

Expand Down

0 comments on commit 3b6db59

Please sign in to comment.