Skip to content

Commit

Permalink
Merge pull request #39 from bkemper24/main
Browse files Browse the repository at this point in the history
updates to to.r.data.frame
  • Loading branch information
bkemper24 authored May 12, 2022
2 parents 904971c + d35a649 commit 064898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CAStab.R
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ to.r.data.frame <- function(ct, obs=32768) {
if ( is.null(res$results[keyname]) ) {
break
}
out[[i]] <- res$results[[keyname]]
out[[i]] <- res$results[[keyname]]@df
}


Expand Down

0 comments on commit 064898b

Please sign in to comment.