I hereby claim:
- I am erictleung on github.
- I am erictleung (https://keybase.io/erictleung) on keybase.
- I have a public key ASDKGm3xXcbmyZTmIskKJlfja4ZDDyGRsf3oQe2hHjbt9wo
To claim this, I am signing this object:
| start_date | stop_date | |
|---|---|---|
| 1999-07-15 | 1999-11-15 | |
| 1999-11-15 | 2000-02-15 | |
| 1999-12-15 | 2000-02-15 | |
| 2000-09-15 | 2002-02-15 | |
| 2002-02-15 | 2003-12-15 | |
| 2002-02-15 | 2003-12-15 | |
| 2003-02-15 | 2004-03-15 | |
| 2004-04-15 | 2004-08-15 | |
| 2004-08-15 | 2005-04-15 |
| Category: All categories | |
| Month,Data scientist: (United States) | |
| 2004-01,0 | |
| 2004-02,0 | |
| 2004-03,0 | |
| 2004-04,0 | |
| 2004-05,0 | |
| 2004-06,0 | |
| 2004-07,0 |
| # https://rstudio-pubs-static.s3.amazonaws.com/155168_61e1f687681d44e4988ce28b7f6ec13b.html | |
| # https://www.leehbi.com/blog/2019-06-04-Google-Trends-with-R | |
| library("dplyr") | |
| library("ggplot2") | |
| library("gtrendsR") | |
| library("extrafont") | |
| loadfonts(device = "win") |
| # Sources: | |
| # - https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/ | |
| # - https://gist.github.com/kelynch/9ba595e369c304b560477f3636b41e8a | |
| git checkout master # Assumes master is default branch | |
| git branch -m master main | |
| git fetch origin | |
| git branch -u origin/main main | |
| git remote set-head origin -a |
| # Load relevant packages | |
| library(purrr) | |
| library(stringr) | |
| library(glue) | |
| #' Programmatically generate xaringan outline | |
| #' | |
| #' @param file string name of generated xaringan RMarkdown | |
| #' @param ... list of objects containing the structure for the presentation |
| library(magrittr) | |
| library(tibble) | |
| library(cli) | |
| #' Business Card | |
| #' | |
| #' @return None | |
| #' @export | |
| #' | |
| #' @examples |
| # Source: | |
| # https://github.com/sympy/sympy/issues/5031#issuecomment-36996878 | |
| def do(self, e, i=None, doit=False): | |
| """Return a new Eq using function given or a model | |
| model expression in which a variable represents each | |
| side of the expression. | |
| Examples | |
| ======== |
| ' Inspired by | |
| ' https://github.com/jgm/pandoc/issues/3275#issuecomment-448262352 | |
| Sub TableDefaultOptions() | |
| Dim tbl As Table | |
| For Each tbl In ActiveDocument.Tables | |
| tbl.Style = wdStyleTableLightGridAccent1 | |
| tbl.ApplyStyleFirstColumn = False | |
| tbl.ApplyStyleLastColumn = False | |
| tbl.ApplyStyleLastRow = False | |
| tbl.ApplyStyleRowBands = True |
| # Load libraries | |
| library(ggplot2) | |
| library(patchwork) | |
| set.seed(20200616) | |
| # Create data | |
| n_pts <- 20 | |
| x <- round(runif(n_pts) * 10, 1) |
I hereby claim:
To claim this, I am signing this object: