Pinned Loading
-
activeBinding
activeBinding 1ABC <- local({
2x <- 1
3function(v) {
4if (missing(v)){
5cat("get\n")
-
One line to keep rows such that ther...
One line to keep rows such that there are no NAs across all columns 1# One line to keep rows such that there are no NAs across all columns
2dt[Reduce("&", lapply(dt, function(i) !is.na(i)))]
-
example_rlang_newcall.R
example_rlang_newcall.R 1library(rlang)
23# Symbolic objects and functions are callable:
4is_callable(quote(foo))
5is_callable(base::identity)
-
Launch New Package
Launch New Package 1# DEFINE HELPER FUNS AND SET INIT OPTIONS ---------------------------------
23options(devtools.name = "Bobby Fatemi")
4options(devtools.desc.license = "file LICENSE")
5options(devtools.desc.author = 'person(email = "[email protected]", role = c("aut", "cre"), given = "Bobby", family = "Fatemi")')
-
shiny app to explore current session...
shiny app to explore current session user and more 1library(shiny)
2library(lubridate)
3library(sodium)
4library(jsonlite)
5 -
dbo_Dockerfile
dbo_Dockerfile 1##
2## POSTGRES LITE DOCKERFILE- create db, user/pwd, and open listening
3##
4FROM postgres:11.1-alpine
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.