dwww Home | Show directory contents | Find package

chrome <- function() {
  switch(
    get_os(),
    win = "Chrome",
    macos = "google chrome",
    other = "google-chrome")
}

Generated by dwww version 1.15 on Sat May 18 13:35:07 CEST 2024.