knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
I wanted to make {disk.frame}
as easy to use as possible. I often forget what options are available to me. So I've made a graphical user interface (GUI) which can invoked with
setup_disk.frame(gui = TRUE)
The above opens up a Shiny app where the user can adjust the {disk.frame}
options in a .
library(disk.frame) mtcars.df = as.disk.frame(mtcars) mtcars.df %>% filter(<press tab>)
you can press tab in RStudio and it will show all columns available.
The below will insert the recommended ceremony code into your editor
disk.frame::insert_ceremony()
should insert
# this willl set disk.frame with multiple workers setup_disk.frame() # this will allow unlimited amount of data to be passed from worker to worker options(future.globals.maxSize = Inf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.