diff --git a/Report.Rmd b/Report.Rmd index 2a54d12..35b0fc3 100644 --- a/Report.Rmd +++ b/Report.Rmd @@ -10,6 +10,7 @@ output: toc: true toc_depth: 4 toc_float: true + css: style.css includes: in_header: plausible.html diff --git a/Report.html b/Report.html index 50addd2..f9aa7d1 100644 --- a/Report.html +++ b/Report.html @@ -109,6 +109,7 @@ + @@ -290,7 +291,7 @@ div.tocify {

Report

Data Science Team, LaNubia

-

14 February, 2022

+

17 February, 2022

@@ -300,29 +301,29 @@ div.tocify {

Status Report

Input Available

-
- +
+

Simplified view

-
- +
+

Contacts

Template

SAP templates available:

-
- +
+

Summary of Errors

-
- +
+

Error by template

-
- +
+

Errors in details

@@ -330,19 +331,19 @@ div.tocify {
Mandatory
Contact
-
- +
+
Codelist
-
- +
+
Length
-
- +
+
@@ -351,18 +352,18 @@ div.tocify {

Template

SAP templates available:

-
- +
+

Summary of Errors

-
- +
+

Error by template

-
- +
+

Errors in details

@@ -370,24 +371,24 @@ div.tocify {
Mandatory
Account
-
- +
+
Account Team
-
- +
+
Codelist
-
- +
+
Length
-
- +
+
@@ -396,18 +397,18 @@ div.tocify {

Template

SAP templates available:

-
- +
+

Summary of Errors

-
- +
+

Error by template

-
- +
+

Errors in details

@@ -417,33 +418,33 @@ div.tocify {
Opportunity
## [1] "No Data"
## Error in rbind.data.frame(path, ...): No Data
-
- +
+
Opportunity Sales Team Party In
## [1] "No Data"
## Error in rbind.data.frame(path, ...): No Data
-
- +
+
Opportunity Party Information
## [1] "No Data"
## Error in rbind.data.frame(path, ...): No Data
-
- +
+
Codelist
-
- +
+
Length
-
- +
+
@@ -452,29 +453,38 @@ div.tocify {

Template

SAP templates available:

-
- +
+

Summary of Errors

## [1] "No Data"
## Error in rbind.data.frame(path, ...): No Data
-
## Error: Problem with `mutate()` column `Pending`.
+
## Error in `mutate_cols()`:
+## ! Problem with `mutate()` column `Pending`.
 ## ℹ `Pending = Expected - Actual`.
-## x object 'Expected' not found
-
## Error: Problem with `mutate()` column `y`.
+## x object 'Expected' not found
+## Caused by error:
+## ! object 'Expected' not found
+
## Error in `mutate_cols()`:
+## ! Problem with `mutate()` column `y`.
 ## ℹ `y = Actual`.
-## x object 'Actual' not found
+## x object 'Actual' not found +## Caused by error: +## ! object 'Actual' not found

Error by template

## [1] "No Data"
## Error in rbind.data.frame(path, ...): No Data
-
## Error: Problem with `mutate()` column `err.deep`.
+
## Error in `mutate_cols()`:
+## ! Problem with `mutate()` column `err.deep`.
 ## ℹ `err.deep = word(err.type, -1)`.
-## x object 'err.type' not found
-
- +## x object 'err.type' not found +## Caused by error in `word()`: +## ! object 'err.type' not found
+
+
diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..632c677 Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..940100c --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +/*----------LOGO above TOC---------*/ + +#TOC::before { + content: ""; + display: block; + height: 200px; + margin: 20px 20px 40px 20px; + background-image: url("logo.png"); + background-size: contain; + background-position: center center; + background-repeat: no-repeat; +} + +/*------------Table of Contents (TOC)----------- */ + + +.tocify { + border: none; /*Removes border */ + border-radius: 0px; /* Gets rid of rounded corners on TOC */ + /*font-size: 16px;*/ +} \ No newline at end of file