Skip to content

Commit

Permalink
updates to to.r.data.frame
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed May 4, 2022
1 parent 904971c commit d35a649
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 d35a649

Please sign in to comment.