install.packages("poorman")In this blog post I want to address some common questions that I have received since I started writing the package. What is poorman? poorman ... [Read more...]
z1 <- list(a = pi, b = 2.718, c = 0.57721) z1 # $a # [1] 3.141593 # # $b # [1] 2.718 # # $c # [1] 0.57721Let’s ... [Read more...]
❯ checking R code for possible problems ... NOTE my_fn: no visible binding for global variable ‘mpg’There are several reasons why you might see these NOTEs and, ... [Read more...]
Copyright © 2022 | MH Corporate basic by MH Themes