September 5, 2024
library(targets) source("R/utils.R")
tar_glimpse()
cnty <- read.csv("data/county_patent.csv", colClasses = c("character", "character", "numeric", "numeric", "numeric")) suppressMessages(table_with_options(cnty))
Warning in instance$preRenderHook(instance): It seems your data is too big for client-side DataTables. You may consider server-side processing: https://rstudio.github.io/DT/server.html
cnty <- read.csv("data/county_inv.csv") table_with_options(cnty)