Skip to content

Commit 218e9cc

Browse files
Add json payload files & AWS CW example figure
1 parent 7115940 commit 218e9cc

7 files changed

+482
-482
lines changed

.gitignore

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
# History files
2-
.Rhistory
3-
.Rapp.history
4-
5-
# Session Data files
6-
.RData
7-
8-
# User-specific files
9-
.Ruserdata
10-
11-
# Example code in package build process
12-
*-Ex.R
13-
14-
# Intermediate RMarkdown Fields
15-
.nb.html
16-
17-
# Output files from R CMD build
18-
/*.tar.gz
19-
20-
# Output files from R CMD check
21-
/*.Rcheck/
22-
23-
# RStudio files
24-
.Rproj
25-
.Rproj.user/
26-
27-
# produced vignettes
28-
vignettes/*.html
29-
vignettes/*.pdf
30-
31-
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
32-
.httr-oauth
33-
34-
# knitr and R markdown default cache directories
35-
*_cache/
36-
/cache/
37-
38-
# Temporary files created by R markdown
39-
*.utf8.md
40-
*.knit.md
41-
42-
# R Environment Variables
43-
.Renviron
44-
45-
# pkgdown site
46-
docs/
47-
48-
# translation temp files
1+
# History files
2+
.Rhistory
3+
.Rapp.history
4+
5+
# Session Data files
6+
.RData
7+
8+
# User-specific files
9+
.Ruserdata
10+
11+
# Example code in package build process
12+
*-Ex.R
13+
14+
# Intermediate RMarkdown Fields
15+
.nb.html
16+
17+
# Output files from R CMD build
18+
/*.tar.gz
19+
20+
# Output files from R CMD check
21+
/*.Rcheck/
22+
23+
# RStudio files
24+
.Rproj
25+
.Rproj.user/
26+
27+
# produced vignettes
28+
vignettes/*.html
29+
vignettes/*.pdf
30+
31+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
32+
.httr-oauth
33+
34+
# knitr and R markdown default cache directories
35+
*_cache/
36+
/cache/
37+
38+
# Temporary files created by R markdown
39+
*.utf8.md
40+
*.knit.md
41+
42+
# R Environment Variables
43+
.Renviron
44+
45+
# pkgdown site
46+
docs/
47+
48+
# translation temp files
4949
po/*~

Paylocity Coding Challenge.Rproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Version: 1.0
2-
3-
RestoreWorkspace: Default
4-
SaveWorkspace: Default
5-
AlwaysSaveHistory: Default
6-
7-
EnableCodeIndexing: Yes
8-
UseSpacesForTab: Yes
9-
NumSpacesForTab: 2
10-
Encoding: UTF-8
11-
12-
RnwWeave: Sweave
13-
LaTeX: pdfLaTeX
14-
15-
LineEndingConversion: Posix
16-
17-
QuitChildProcessesOnExit: Yes
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
LineEndingConversion: Posix
16+
17+
QuitChildProcessesOnExit: Yes

0 commit comments

Comments
 (0)