Bookmarks.R

## ----setup, include=FALSE------------------------------------------------
knitr::opts_chunk$set(echo = TRUE)

library(tidyverse)
source("R/bookmarks.R")


## ------------------------------------------------------------------------
library(flextable)
#bookmark(x = flextable(mtcars), name = "table1")


## ------------------------------------------------------------------------
bookmark(x = "_And_ what about this?", name = "bullshit")


## ------------------------------------------------------------------------
6.234 %>% as_bookmark(name = "d")
Gootjes/neverpaste documentation built on June 6, 2019, 8:44 a.m.