WISen_noLegend_reducedPopup

# Purpose: Uses WI Data Environment

# Created: 20231104
# add RMD code/verssion to get HTML version - requires library & Data Load

# Test: Use Case ... see source for copy
source ( '/Users/williamgates/R/RP/f_dataframe/csv_IO.R' )
# get_dfcols ( wi_senate_2022_33_reps ) # existing df
# edit spreadsheet - intermediate step
new_df <- drop_dfcols ( wi_senate_2022_33_reps )
## Rows: 10 Columns: 1
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## chr (1): z
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
mapview( new_df, zcol='Senator',legend=FALSE) # removes hover; click; legend

Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.