Skip to content
Snippets Groups Projects
Commit fe964b8e authored by dj44vuri's avatar dj44vuri
Browse files

solved small error, now spdesign and idefix also accept RDS which are a dataframe

parent 90596bf6
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ readdesign <- function(design = designfile, designtype = NULL, destype = NULL) {
designf<-designf[["design"]] %>%
as.data.frame()
}
as.data.frame(designf)
}
idefix <- function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment