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
|
||||
Language: en-US
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.2
|
||||
RoxygenNote: 7.3.3
|
||||
Imports:
|
||||
arrow,
|
||||
bonsai,
|
||||
|
||||
@@ -3,6 +3,10 @@ title: "BAF Fraud Modeling"
|
||||
author: "Rob Wiederstein"
|
||||
date: today
|
||||
date-format: long
|
||||
title-slide-attributes:
|
||||
data-background-image: resources/images/title-bg.jpg
|
||||
data-background-size: cover
|
||||
data-background-opacity: "0.35"
|
||||
---
|
||||
|
||||
```{r}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
% 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}
|
||||
\name{baflakehouse-package}
|
||||
\alias{baflakehouse-package}
|
||||
\title{baflakehouse: Lakehouse Workflow for the Bank Account Fraud Dataset}
|
||||
\name{bankfraud-package}
|
||||
\alias{bankfraud-package}
|
||||
\title{bankfraud: Lakehouse Workflow for the Bank Account Fraud Dataset}
|
||||
\description{
|
||||
Tools to ingest the Bank Account Fraud (BAF) Base dataset into a MinIO/S3-backed
|
||||
lakehouse, clean encoded missing values, and produce reproducible reporting
|
||||
Reference in New Issue
Block a user