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 Sun Jun 23 20:35:26 CEST 2024.