Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 1, 2023
1 parent b52d09a commit d703fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/writesas.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ write.sas <- function(dat, filepath, compress = 0, debug = FALSE, bit32 = FALSE,


writesas(filepath, dat, compress = 0, debug = debug, bit32 = bit32,
headersize = size[1], pagesize = size[1])
headersize = size[1], pagesize = size[2])

}

0 comments on commit d703fbc

Please sign in to comment.