Skip to content

Commit

Permalink
update roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Dec 2, 2023
1 parent 41b771e commit 5dbc8bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ readsas <- function(filePath, debug, selectrows_, selectcols_, empty_to_na, temp
#' @param compress the file
#' @param debug print debug information
#' @param bit32 write smaller 32 bit file
#' @param headersize,pagesize size parameters 512 / 1024 times x
#' @param dateval timestamp
#' @keywords internal
#' @noRd
writesas <- function(filePath, dat, compress, debug, bit32, headersize, pagesize, dateval) {
Expand Down
2 changes: 2 additions & 0 deletions R/writesas.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#'@param compress option to compress file
#'@param debug print debug information
#'@param bit32 write 32bit file
#'@param varlabels optional variable labels
#'@param size optional header/pagesize
#'
#'@useDynLib readsas, .registration=TRUE
#'
Expand Down
4 changes: 4 additions & 0 deletions man/write.sas.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/writesas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ using namespace Rcpp;
//' @param compress the file
//' @param debug print debug information
//' @param bit32 write smaller 32 bit file
//' @param headersize,pagesize size parameters 512 / 1024 times x
//' @param dateval timestamp
//' @keywords internal
//' @noRd
// [[Rcpp::export]]
Expand Down

0 comments on commit 5dbc8bc

Please sign in to comment.