palmerpenguins
ggplot2
names
values
readr::read_csv
janitor
skip = n
comment = "#"
col_names = FALSE
col_names
col_types
problems()
NA
\
fct_reorder()
dplyr::antijoin
forcats 1.0.0
join_by()
rescale01()
across()
[
[[
$
apply()
for()
title: "Shiny Web App" format: html server: shiny
library(shiny) textInput("name", "What is your name?") numericInput("age", "How old are you?", NA, min = 0, max = 150)
#| context: server