miscellaneous/main.R

# main

# directory set up
path1 <- getwd()
path <- paste0(path1, "/")

setwd(path)

lapply(paste0("R/", list.files(path = "R/", recursive = TRUE)), source)


# Debugging and unbugging
debug(GapminderApp)
GapminderApp(path)
undebug(GapminderApp)
leosanchezsoler/r-project-the-bridge documentation built on Feb. 22, 2021, 3:54 a.m.