Description Usage Arguments Value See Also Examples
read_var_obj
reads in a variant file if it has already
been stored as a single R object. It is basically a wrapper around
readRDS
, but it also wraps the object around dplyr
's tbl_df
class.
1 | read_var_obj(fname)
|
fname |
The full file path to the variant object. |
The variant file as a data frame with dplyr
's tbl_df
class.
readRDS
, tbl_df
for more
details.
1 2 3 4 5 | ## Not run:
full_path <- "~/Desktop/Fam1_merged_collab.rds"
DF <- read_var_obj(file.path(full_path))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.