Skip to content

nickleong20/Week1_RStudio_Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Week 1: RStudio Connection

Repositories

Repositories are used to store and manage code, project files, documentation, and other resources related to software development or collaborative projects. They serve as a central location where all project files and version history are stored. They can be used for backup/recovery of files, collaboration efforts such as code sharing and reuse, editing, and documentation. GitHub is a site that is used to host these repositories for people to collaborate on.

To create my repo, I followed the steps outlined in How to Use Git/GitHub with R

Important Functions for Repos

Committing Data

Committing data will allow the code to be saved periodically and transferred between GitHub and RStudio

Push

Pushing is the action of transferring edits from RStudio to GitHub.

Pull

When you pull code, it takes the code that is present on GitHub and transfers it to RStudio.

Pushing Update to Microplastics Data Portal

  1. Copied link from Microplastic Data Portal GitHub and pasted it into a new project directory in RStudio
  2. Accessed the README.md folder in RStudio
  3. Updated lines 11 and 175 for punctuation and formatting, respectively, and committed changes in the Git tab
  4. Pushed the new edits into Github to update the repository

About

Integration of GitHub and RStudio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages