This is a heading

This is a paragraph.

This is an R HTML document. When you click the Knit HTML button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

## # A tibble: 18 × 6
##    CODE       DATE                `Time Received`     `Mode of Delivery`   From 
##    <chr>      <dttm>              <dttm>              <chr>                <chr>
##  1 2023-00001 2023-01-03 00:00:00 1899-12-31 09:15:00 LBC                  BTR …
##  2 2023-00002 2023-01-03 00:00:00 1899-12-31 09:15:00 LBC                  BTR …
##  3 2023-00003 2023-01-03 00:00:00 1899-12-31 10:30:00 Liason Officer       KPMG 
##  4 2023-00004 2023-01-03 00:00:00 1899-12-31 11:40:00 Liason Officer       Mega…
##  5 2023-00005 2023-01-03 00:00:00 1899-12-31 12:02:00 Libcap               BTR …
##  6 2023-00006 2023-01-03 00:00:00 1899-12-31 12:05:00 ABest Express        BDO …
##  7 2023-00007 2023-01-03 00:00:00 1899-12-31 13:05:00 Liason Officer       HSBC 
##  8 2023-00008 2023-01-03 00:00:00 1899-12-31 12:25:00 Ms Teresita P Matio… Offi…
##  9 2023-00009 2023-01-03 00:00:00 1899-12-31 13:10:00 Liason Officer       Raja…
## 10 2023-00010 2023-01-03 00:00:00 1899-12-31 13:30:00 DOF                  DFA  
## 11 2023-00011 2023-01-03 00:00:00 1899-12-31 13:40:00 Liason Officer       PDGCC
## 12 2023-00012 2023-01-03 00:00:00 1899-12-31 13:45:00 Liason Officer       Land…
## 13 2023-00013 2023-01-03 00:00:00 1899-12-31 13:45:00 Liason Officer       Land…
## 14 2023-00014 2023-01-03 00:00:00 1899-12-31 13:45:00 Liason Officer       Land…
## 15 2023-00015 2023-01-03 00:00:00 1899-12-31 13:45:00 Liason Officer       Land…
## 16 2023-00016 2023-01-03 00:00:00 1899-12-31 14:18:00 Liason Officer       BPI …
## 17 2023-00017 2023-01-03 00:00:00 1899-12-31 14:18:00 Liason Officer       BPI …
## 18 2023-00018 2023-01-03 00:00:00 1899-12-31 14:41:00 Liason Officer       Chin…
## # ℹ 1 more variable: `Action Units` <chr>

You can also embed plots, for example:

plot of chunk unnamed-chunk-2