Session Info {-}

Information about the computing environment is important for reproducibility. A summary of the computing environment is saved to session_info.csv that can be viewed and downloaded from r paste0(params$repo_url, "blob/main/data/session_info.csv").

if(gitbook_on){
  devtools::session_info(to_file = 'data/session_info.csv')
} else {
  devtools::session_info()
}


NewGraphEnvironment/fish_passage_bulkley_2020_reporting documentation built on July 9, 2024, 4:10 a.m.