Git Product home page Git Product logo

lab_02's Introduction

STA 323 & 523: Lab 02

Description

The lab exercises focus on Shell commands and using the Terminal in RStudio, attributes associated with atomic vectors, and subsetting atomic vectors. Using git from the command line is also reinforced. R Markdown is used as tool for reproducible research. Directions are in file lab_02.Rmd.

Learning objectives

  • Shell commands
  • Atomic vector attributes
  • Subsetting atomic vectors
  • Git from the command line

Some useful git commands

git Command Description
git clone <repo> Clone repo located at <repo> onto local machine
git status List which files are staged, unstaged, and untracked
git diff Show unstaged changes
git add <directory/file> Stage changes of <directory/file>
git commit -m "<message>" Commit staged snapshot with a summary <message>
git push <remote> <branch> Push the <branch> to <remote>

On Unix-like systems, use man to get help on git commands. For example, man git-push will pull up the manual page for git push. Windows users using git bash can use git --help and git push --help.

Also, refer to the Git cheat sheet available here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.