Skip to content

Commit

Permalink
working on #10
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Oct 15, 2018
1 parent 6535edc commit 017d6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read-msg.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' read_msg(system.file("extdata/TestMessage-unicode.msg", package="msgxtractr"))
read_msg <- function(path) {

path <- path.expand(path)
path <- normalizePath(path.expand(path))
if (!file.exists(path)) stop("File not found.", call.=FALSE)

x <- int_read_msg(path)
Expand Down

0 comments on commit 017d6c0

Please sign in to comment.