An easy way to print github code
Examples
if (FALSE) { # \dontrun{
# Example usage (requires internet connection)
x <- as_github_code("https://github.com/csids/csstyle/blob/main/README.md")
print(x, lines = 1:3)
} # }
An easy way to print github code
if (FALSE) { # \dontrun{
# Example usage (requires internet connection)
x <- as_github_code("https://github.com/csids/csstyle/blob/main/README.md")
print(x, lines = 1:3)
} # }