Hugo Åkerstrand
  • About
  • Blog
  • dataviz
    • Tidy Tuesday
    • Swedish Politics
  • Projects
    • R packages
    • Applications

Hugo Åkerstrand, PhD

R Programming | Life Science Research | Data Visualization

age_of_AI <- TRUE
Hugo <- function(
    thinking = TRUE,
    learning = TRUE, 
    developing = TRUE) {
  if(all(c(thinking, learning, developing))) {
    for(human in length(age_of_AI)) {
      return("A human in the loop")
    }
  }
}
Hugo()
[1] "A human in the loop"
Back to top

© 2025 Hugo Åkerstrand | Made with Quarto |