add image to title slide
All checks were successful
All checks were successful
This commit is contained in:
@@ -12,7 +12,7 @@ License: MIT + file LICENSE
|
|||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
Language: en-US
|
Language: en-US
|
||||||
Roxygen: list(markdown = TRUE)
|
Roxygen: list(markdown = TRUE)
|
||||||
RoxygenNote: 7.3.2
|
RoxygenNote: 7.3.3
|
||||||
Imports:
|
Imports:
|
||||||
arrow,
|
arrow,
|
||||||
bonsai,
|
bonsai,
|
||||||
|
|||||||
@@ -3,6 +3,10 @@ title: "BAF Fraud Modeling"
|
|||||||
author: "Rob Wiederstein"
|
author: "Rob Wiederstein"
|
||||||
date: today
|
date: today
|
||||||
date-format: long
|
date-format: long
|
||||||
|
title-slide-attributes:
|
||||||
|
data-background-image: resources/images/title-bg.jpg
|
||||||
|
data-background-size: cover
|
||||||
|
data-background-opacity: "0.35"
|
||||||
---
|
---
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
% Generated by roxygen2: do not edit by hand
|
% Generated by roxygen2: do not edit by hand
|
||||||
% Please edit documentation in R/baflakehouse-package.R
|
% Please edit documentation in R/bankfraud-package.R
|
||||||
\docType{_PACKAGE}
|
\docType{_PACKAGE}
|
||||||
\name{baflakehouse-package}
|
\name{bankfraud-package}
|
||||||
\alias{baflakehouse-package}
|
\alias{bankfraud-package}
|
||||||
\title{baflakehouse: Lakehouse Workflow for the Bank Account Fraud Dataset}
|
\title{bankfraud: Lakehouse Workflow for the Bank Account Fraud Dataset}
|
||||||
\description{
|
\description{
|
||||||
Tools to ingest the Bank Account Fraud (BAF) Base dataset into a MinIO/S3-backed
|
Tools to ingest the Bank Account Fraud (BAF) Base dataset into a MinIO/S3-backed
|
||||||
lakehouse, clean encoded missing values, and produce reproducible reporting
|
lakehouse, clean encoded missing values, and produce reproducible reporting
|
||||||
Reference in New Issue
Block a user