Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 283 Bytes

CursoR---modulo2

library(usethis)

use_git_config( user.name = "Lucas Guerra de Sant Ana", user.email = "lucasguerra2998@" )

browse_github_token()

use_github(auth_token = token)

use_git()

github_token()

token <- "2de2a8c45963cfd8f10436a0cec3f63beaac7244"

library(git2r)