hi everyone I am learning R
I have a problem In Rstudio I install packages when the time comes to use them I have to specify them
for example skimr::skim_without_charts(penguins),
janitor::clean_names(penguins)
how can I use them without specifying the packages name first
for example skim_without_charts(penguins), or
clean_names(penguins)