An easy way to print github code
Examples
if (FALSE) { # \dontrun{
x <- as_github_code("https://github.com/x/y/blob/main/file.txt")
print(x, lines = 3:5)
} # }
An easy way to print github code
if (FALSE) { # \dontrun{
x <- as_github_code("https://github.com/x/y/blob/main/file.txt")
print(x, lines = 3:5)
} # }