SlideShare a Scribd company logo
Legal Analytics
Professor Daniel Martin Katz
Professor Michael J Bommarito II
Class 4
Github + Markdown Overview
legalanalyticscourse.com
eventually we will work to apply
Machine Learning (ML)
to various problems in law
access more at legalanalyticscourse.com
but today we want to expand our
tactical understanding
of social coding (i.e. GitHub)
access more at legalanalyticscourse.com
Signup for a Github Account
access more at legalanalyticscourse.com
GitHubTutorial
access more at legalanalyticscourse.com
Create a GitHub Account
h"ps://github.com/
access more at legalanalyticscourse.com
Create a New Repository
access more at legalanalyticscourse.com
Create a New Repository
Step1 name your repository
(try to avoid upper case letters & spaces)
access more at legalanalyticscourse.com
Create a New Repository
Step3
Step4
Step2
access more at legalanalyticscourse.com
Edit *.md (markdown) Files
access more at legalanalyticscourse.com
Edit *.md (markdown) Files
access more at legalanalyticscourse.com
Edit *.md (markdown) Files
More details about Markdown syntax:
h"ps://github.com/adam-­‐p/markdown-­‐here/wiki/Markdown-­‐Cheatsheet
Edit the file following GitHub Markdown
syntax
(eg. #H1, ##H2, ###H3)
access more at legalanalyticscourse.com
Edit *.md (markdown) Files
Add commit message here
• Commit message:
• Helps participants track
changes
• Keep it simple !
access more at legalanalyticscourse.com
Edit *.md (markdown) Files
Add commit message here
• Commit message:
• Helps participants track
changes
• Keep it simple !
Put details here
access more at legalanalyticscourse.com
Create *.md Files
access more at legalanalyticscourse.com
Create *.md Files
Remember to end file name with “.md”
so GitHub knows it’s a markdown file
Follow the steps from slide 6 of this slide deck (editing *.md files)
for instructions on how to edit the document
access more at legalanalyticscourse.com
Delete a Repository
Navigate to the repository you
want to delete and click “Settings”
Delete a Repository
In the Settings, scroll down to the “Danger Zone”
GitHub Client
The easiest way to use
GitHub on your computer!
access more at legalanalyticscourse.com
GitHub Client Install for Mac
https://mac.github.com/
Download GitHub Client Installer from the website
access more at legalanalyticscourse.com
GitHub Client Install for Mac
Double click the downloaded .zip file
A GitHub Installer app is created
access more at legalanalyticscourse.com
GitHub Client Install for Mac
Do Not Move is recommended so you can move
it manually, but either way is fine
access more at legalanalyticscourse.com
GitHub Client Install for Mac
Click continue and follow the instructions to install GitHub Client
(It’s ok if you don’t have a local repository, just click “done”)
access more at legalanalyticscourse.com
GitHub Client Install for Windows
https://windows.github.com/
Download GitHub Client Installer from the website
access more at legalanalyticscourse.com
GitHub Client Install for Windows
The GitHub icon will show in your downloading folder
Double click the icon
access more at legalanalyticscourse.com
GitHub Client Install for Windows
Click Run and follow the instructions
(It’s ok if you don’t have a local repository,
click the blue "Dashboard" word link)
access more at legalanalyticscourse.com
Cloning a Repository
Step1: Select the repository you want to keep in the computer
Step2: Select the local folder you want to save the repository
A new folder should appear on the location you just selected
access more at legalanalyticscourse.com
Cloning a Repository
IMPORTANT: This folder is NOT your actual GitHub
repository. It is a clone of it. Anything you change on your
computer WILL NOT change in GitHub unless you commit
the changes (see descriptions in later slides). In other
words, deletions, additions, or changes on your computer
will not automatically sync to GitHub unless you commit
these changes manually. All modifications that you make
after a commit are recoverable if you change your mind
later (see Recovering Deleted Data from GitHub)
access more at legalanalyticscourse.com
Add Files to a Repository
Drag the file to your repository
In GitHub Client, you can see the added file
under the “Change” tab (Mac)
access more at legalanalyticscourse.com
Add Files to a Repository
• Windows users are able to see the
new “Uncommited changes” section
• Click the blue button next to show and
you can see the file you just added
Add Files to a Repository
• After editing summary and description,
click “Commit to master”
• Click “Sync”
The change from your computer will synchronize to
your
repository on GitHub.com
access more at legalanalyticscourse.com
Recover Deleted Data
from GitHub
If a file has been deleted from your local folder, and
the repository on GitHub.com was updated without
the file, you can still recover your data!!
Click History section
access more at legalanalyticscourse.com
Recover Deleted Data from
GitHub
• Select the commit that
you want to revert to
• In the right hand preview
panel, click the gear
symbol
• Select "Revert this
Commit"
Mac users
Windows users
• Select the commit that you want to revert to
• in the right hand preview panel, click the
"Revert" icon
Recover Deleted Data from
GitHub
IMPORTANT: Revert and Rollback are DIFFERENT in
Github.
• Revert - Undo the action in the commit that you
specify
• Rollback - Delete all committed changes up to the
commit that you specify
access more at legalanalyticscourse.com
Recover Deleted Data from
GitHub
Don’t forget to click “Sync” in the upper right hand corner,
so your repository on GitHub.com can be updated!
Congratulations!!
Happy GitHubbing
access more at legalanalyticscourse.com
Useful Links
• YouTube Tutorials:
• Windows:
https://www.youtube.com/watch?v=u12zHGRfiKU
• OS X:
https://www.youtube.com/watch?v=f-Wy2bob2vQ
• GitHub Guide Tutorial:
https://guides.github.com/activities/hello-world/
access more at legalanalyticscourse.com
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professors Daniel Martin Katz + Michael J Bommarito
Using R Scripts
and
R Markdown
access more at legalanalyticscourse.com
> getwd()
[1] "/Users/katzd/Basic"
> setwd("/Users/katzd/Desktop/LegalAnalyticsMaterials/CourseExamples/")
Open Up RStudio
and Always
SetYour Working Directory
access more at legalanalyticscourse.com
Open a new
R Script
Make Sure the
File Path is in
Sync
access more at legalanalyticscourse.com
Creating Scripts
will allow you to
preserve your
work product,
revisit it later +
run code in batch
access more at legalanalyticscourse.com
RMarkdown allows you
create Html objects using
Knit HTML
access more at legalanalyticscourse.com
created using a .rmd file
access more at legalanalyticscourse.com
created using a .rmd file
access more at legalanalyticscourse.com
Legal Analytics
Class 4 - Github + Markdown Overview
daniel martin katz
blog | ComputationalLegalStudies
corp | LexPredict
michael j bommarito
twitter | @computational
blog | ComputationalLegalStudies
corp | LexPredict
twitter | @mjbommar
more content available at legalanalyticscourse.com
site | danielmartinkatz.com site | bommaritollc.com

More Related Content

PPTX
PDF
Getting started with GitHub Desktop
PPTX
Gitlab with github desktop
PPTX
Get to know Git
PDF
Introduction to GitHub (workshop)
PPTX
Introduction to Git and GitHub Part 1
PDF
Using the GitHub App to Connect to Bitbucket
PDF
GitHub Integration for Orangescrum Cloud Released!
Getting started with GitHub Desktop
Gitlab with github desktop
Get to know Git
Introduction to GitHub (workshop)
Introduction to Git and GitHub Part 1
Using the GitHub App to Connect to Bitbucket
GitHub Integration for Orangescrum Cloud Released!

What's hot (20)

PDF
Using the GitHub App to Connect to Bitbucket
PPTX
GerritHub.io - present, past, future
PDF
Git hub party-20151008
PPTX
Beginner's guide to git and github
PPTX
Hacktoberfest Singapore 2019 - How To Create a Pull Request on GitHub
PPTX
GitHub Basics - Derek Bable
PDF
Intro to Git and GitHub
PPTX
Gerrit Code Review Analytics
PPTX
Version control
PDF
GitHub
PPTX
Up GitLab Presentation 2015
PDF
Git and GitHub crash course
PPTX
Stable master workflow with Gerrit Code Review
PDF
Getting Started with GitHub
PPTX
Gerrit Code Review: how to script a plugin with Scala and Groovy
PPTX
GitLab 8.6 - Release Webcast
PPTX
Bringing Pull Request to Gerrit
PPTX
Gerrit Code Review with GitHub plugin
PPTX
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
PPTX
Learning GitHub Part 2
Using the GitHub App to Connect to Bitbucket
GerritHub.io - present, past, future
Git hub party-20151008
Beginner's guide to git and github
Hacktoberfest Singapore 2019 - How To Create a Pull Request on GitHub
GitHub Basics - Derek Bable
Intro to Git and GitHub
Gerrit Code Review Analytics
Version control
GitHub
Up GitLab Presentation 2015
Git and GitHub crash course
Stable master workflow with Gerrit Code Review
Getting Started with GitHub
Gerrit Code Review: how to script a plugin with Scala and Groovy
GitLab 8.6 - Release Webcast
Bringing Pull Request to Gerrit
Gerrit Code Review with GitHub plugin
GitHub Classroom - An Open Source Learning Platform by Dr. Anchal Garg
Learning GitHub Part 2
Ad

Viewers also liked (18)

PDF
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
PDF
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
PDF
Legal Analytics - Introduction to the Course - Professor Daniel Martin Katz +...
PDF
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
PDF
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
PDF
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
PDF
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...
PDF
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
PDF
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
PDF
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
PDF
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
PDF
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
PDF
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
PDF
LexPredict - Empowering the Future of Legal Decision Making
PDF
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
PDF
Legal Analytics, Machine Learning and Some Comments on the Status of Innovat...
PDF
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
PDF
Artificial Intelligence and Law - 
A Primer
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
Legal Analytics - Introduction to the Course - Professor Daniel Martin Katz +...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
LexPredict - Empowering the Future of Legal Decision Making
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Legal Analytics, Machine Learning and Some Comments on the Status of Innovat...
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
Artificial Intelligence and Law - 
A Primer
Ad

Similar to Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professors Daniel Martin Katz + Michael J Bommarito (20)

PPTX
GDSC Git event 2023.pptx
PPTX
tech winter break workshop on git &git hub.pptx
PDF
Introducing GitHub 1st Edition Peter Bell
PDF
Introducing Github 1st Edition Peter Bell Brent Beer
PDF
A Git MVP Workflow
PDF
GDSC GIT AND GITHUB
PPTX
Git and GitHub Presentation of GDG on Campus UNSTPB
PPTX
gdg_workshop 1 on web development and github
PDF
Git & github
PPTX
Git and GitHub workshop of GDG on Campus UNSTPB
PPTX
Get your Git on GitHub
PDF
Introduction to GitHub
PPTX
GITHappens, powerpoint about git and github
PDF
Git Hub Platform
PDF
Introducing GitHub 1st Edition Peter Bell
PDF
Git hub for designers
PDF
GitHub Workflows for Technical Communication
PDF
Gitgithub101slideshare 150922131830-lva1-app6891
PPTX
Git and GitHub Workshop of GDG on Campus UNSTPB
PPTX
Git and GitHub Workshop of GDG on Campus UNSTPB
GDSC Git event 2023.pptx
tech winter break workshop on git &git hub.pptx
Introducing GitHub 1st Edition Peter Bell
Introducing Github 1st Edition Peter Bell Brent Beer
A Git MVP Workflow
GDSC GIT AND GITHUB
Git and GitHub Presentation of GDG on Campus UNSTPB
gdg_workshop 1 on web development and github
Git & github
Git and GitHub workshop of GDG on Campus UNSTPB
Get your Git on GitHub
Introduction to GitHub
GITHappens, powerpoint about git and github
Git Hub Platform
Introducing GitHub 1st Edition Peter Bell
Git hub for designers
GitHub Workflows for Technical Communication
Gitgithub101slideshare 150922131830-lva1-app6891
Git and GitHub Workshop of GDG on Campus UNSTPB
Git and GitHub Workshop of GDG on Campus UNSTPB

More from Daniel Katz (12)

PDF
Legal Analytics versus Empirical Legal Studies - or - Causal Inference vs Pre...
PDF
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
DOCX
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
PDF
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
PDF
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
PDF
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
PDF
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
PDF
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
PDF
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
PDF
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
PDF
Measuring the Complexity of the Law: The United States Code ( Slides by Danie...
PDF
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Legal Analytics versus Empirical Legal Studies - or - Causal Inference vs Pre...
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
Measuring the Complexity of the Law: The United States Code ( Slides by Danie...
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5

Recently uploaded (20)

DOCX
FOE Reviewer 2022.docxhgvgvhghhghyjhghggg
PPT
looking_into_the_crystal_ball - Merger Control .ppt
PPTX
301C_Dr. Sangeeta Chatterjee_Analysis of the Doctrine of Stare Decisis in Ind...
PPTX
Lecture Notes on Family Law - Knowledge Area 5
PPTX
RULE_4_Out_of_Court_or_Informal_Restructuring_Agreement_or_Rehabilitation.pptx
PPTX
Constitutional Law 2 Final Report.ppt bill of rights in under the constitution
PDF
Vinayaka Mission Law School Courses and Infrastructure.pdf
PDF
CRIMINAL PROCEDURE BY HON. JUSTICE BAH.pdf
PPTX
Digital Security in Cyber Law and Mitigating Cyberxrimes
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPT
Cyber-Crime-in- India at Present day and Laws
PPTX
Income under income Tax Act..pptx Introduction
PPT
Over view on IPR and its components :ppt
PPT
Criminal law and civil law under of collage corriculum
PPTX
Ethiopian Law of Contract short note.pptx
PDF
Notes on Plausibility - A Review of the English and EPO Cases
PPTX
Aligarh Muslim University’s Minority Status A Legal Tug of War.pptx
PDF
OpenAi v. Open AI Summary Judgment Order
PPTX
Unit-1: Historical Perspective: Constitutional Developments since 1858 to 1947
PDF
Notes to accompany the TMT and FRAND Overview Slides
FOE Reviewer 2022.docxhgvgvhghhghyjhghggg
looking_into_the_crystal_ball - Merger Control .ppt
301C_Dr. Sangeeta Chatterjee_Analysis of the Doctrine of Stare Decisis in Ind...
Lecture Notes on Family Law - Knowledge Area 5
RULE_4_Out_of_Court_or_Informal_Restructuring_Agreement_or_Rehabilitation.pptx
Constitutional Law 2 Final Report.ppt bill of rights in under the constitution
Vinayaka Mission Law School Courses and Infrastructure.pdf
CRIMINAL PROCEDURE BY HON. JUSTICE BAH.pdf
Digital Security in Cyber Law and Mitigating Cyberxrimes
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Cyber-Crime-in- India at Present day and Laws
Income under income Tax Act..pptx Introduction
Over view on IPR and its components :ppt
Criminal law and civil law under of collage corriculum
Ethiopian Law of Contract short note.pptx
Notes on Plausibility - A Review of the English and EPO Cases
Aligarh Muslim University’s Minority Status A Legal Tug of War.pptx
OpenAi v. Open AI Summary Judgment Order
Unit-1: Historical Perspective: Constitutional Developments since 1858 to 1947
Notes to accompany the TMT and FRAND Overview Slides

Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professors Daniel Martin Katz + Michael J Bommarito

  • 1. Legal Analytics Professor Daniel Martin Katz Professor Michael J Bommarito II Class 4 Github + Markdown Overview legalanalyticscourse.com
  • 2. eventually we will work to apply Machine Learning (ML) to various problems in law access more at legalanalyticscourse.com
  • 3. but today we want to expand our tactical understanding of social coding (i.e. GitHub) access more at legalanalyticscourse.com
  • 4. Signup for a Github Account access more at legalanalyticscourse.com
  • 5. GitHubTutorial access more at legalanalyticscourse.com
  • 6. Create a GitHub Account h"ps://github.com/ access more at legalanalyticscourse.com
  • 7. Create a New Repository access more at legalanalyticscourse.com
  • 8. Create a New Repository Step1 name your repository (try to avoid upper case letters & spaces) access more at legalanalyticscourse.com
  • 9. Create a New Repository Step3 Step4 Step2 access more at legalanalyticscourse.com
  • 10. Edit *.md (markdown) Files access more at legalanalyticscourse.com
  • 11. Edit *.md (markdown) Files access more at legalanalyticscourse.com
  • 12. Edit *.md (markdown) Files More details about Markdown syntax: h"ps://github.com/adam-­‐p/markdown-­‐here/wiki/Markdown-­‐Cheatsheet Edit the file following GitHub Markdown syntax (eg. #H1, ##H2, ###H3) access more at legalanalyticscourse.com
  • 13. Edit *.md (markdown) Files Add commit message here • Commit message: • Helps participants track changes • Keep it simple ! access more at legalanalyticscourse.com
  • 14. Edit *.md (markdown) Files Add commit message here • Commit message: • Helps participants track changes • Keep it simple ! Put details here access more at legalanalyticscourse.com
  • 15. Create *.md Files access more at legalanalyticscourse.com
  • 16. Create *.md Files Remember to end file name with “.md” so GitHub knows it’s a markdown file Follow the steps from slide 6 of this slide deck (editing *.md files) for instructions on how to edit the document access more at legalanalyticscourse.com
  • 17. Delete a Repository Navigate to the repository you want to delete and click “Settings”
  • 18. Delete a Repository In the Settings, scroll down to the “Danger Zone”
  • 19. GitHub Client The easiest way to use GitHub on your computer! access more at legalanalyticscourse.com
  • 20. GitHub Client Install for Mac https://mac.github.com/ Download GitHub Client Installer from the website access more at legalanalyticscourse.com
  • 21. GitHub Client Install for Mac Double click the downloaded .zip file A GitHub Installer app is created access more at legalanalyticscourse.com
  • 22. GitHub Client Install for Mac Do Not Move is recommended so you can move it manually, but either way is fine access more at legalanalyticscourse.com
  • 23. GitHub Client Install for Mac Click continue and follow the instructions to install GitHub Client (It’s ok if you don’t have a local repository, just click “done”) access more at legalanalyticscourse.com
  • 24. GitHub Client Install for Windows https://windows.github.com/ Download GitHub Client Installer from the website access more at legalanalyticscourse.com
  • 25. GitHub Client Install for Windows The GitHub icon will show in your downloading folder Double click the icon access more at legalanalyticscourse.com
  • 26. GitHub Client Install for Windows Click Run and follow the instructions (It’s ok if you don’t have a local repository, click the blue "Dashboard" word link) access more at legalanalyticscourse.com
  • 27. Cloning a Repository Step1: Select the repository you want to keep in the computer Step2: Select the local folder you want to save the repository A new folder should appear on the location you just selected access more at legalanalyticscourse.com
  • 28. Cloning a Repository IMPORTANT: This folder is NOT your actual GitHub repository. It is a clone of it. Anything you change on your computer WILL NOT change in GitHub unless you commit the changes (see descriptions in later slides). In other words, deletions, additions, or changes on your computer will not automatically sync to GitHub unless you commit these changes manually. All modifications that you make after a commit are recoverable if you change your mind later (see Recovering Deleted Data from GitHub) access more at legalanalyticscourse.com
  • 29. Add Files to a Repository Drag the file to your repository In GitHub Client, you can see the added file under the “Change” tab (Mac) access more at legalanalyticscourse.com
  • 30. Add Files to a Repository • Windows users are able to see the new “Uncommited changes” section • Click the blue button next to show and you can see the file you just added
  • 31. Add Files to a Repository • After editing summary and description, click “Commit to master” • Click “Sync” The change from your computer will synchronize to your repository on GitHub.com access more at legalanalyticscourse.com
  • 32. Recover Deleted Data from GitHub If a file has been deleted from your local folder, and the repository on GitHub.com was updated without the file, you can still recover your data!! Click History section access more at legalanalyticscourse.com
  • 33. Recover Deleted Data from GitHub • Select the commit that you want to revert to • In the right hand preview panel, click the gear symbol • Select "Revert this Commit" Mac users Windows users • Select the commit that you want to revert to • in the right hand preview panel, click the "Revert" icon
  • 34. Recover Deleted Data from GitHub IMPORTANT: Revert and Rollback are DIFFERENT in Github. • Revert - Undo the action in the commit that you specify • Rollback - Delete all committed changes up to the commit that you specify access more at legalanalyticscourse.com
  • 35. Recover Deleted Data from GitHub Don’t forget to click “Sync” in the upper right hand corner, so your repository on GitHub.com can be updated! Congratulations!! Happy GitHubbing access more at legalanalyticscourse.com
  • 36. Useful Links • YouTube Tutorials: • Windows: https://www.youtube.com/watch?v=u12zHGRfiKU • OS X: https://www.youtube.com/watch?v=f-Wy2bob2vQ • GitHub Guide Tutorial: https://guides.github.com/activities/hello-world/ access more at legalanalyticscourse.com
  • 38. Using R Scripts and R Markdown access more at legalanalyticscourse.com
  • 39. > getwd() [1] "/Users/katzd/Basic" > setwd("/Users/katzd/Desktop/LegalAnalyticsMaterials/CourseExamples/") Open Up RStudio and Always SetYour Working Directory access more at legalanalyticscourse.com
  • 40. Open a new R Script Make Sure the File Path is in Sync access more at legalanalyticscourse.com
  • 41. Creating Scripts will allow you to preserve your work product, revisit it later + run code in batch access more at legalanalyticscourse.com
  • 42. RMarkdown allows you create Html objects using Knit HTML access more at legalanalyticscourse.com
  • 43. created using a .rmd file access more at legalanalyticscourse.com
  • 44. created using a .rmd file access more at legalanalyticscourse.com
  • 45. Legal Analytics Class 4 - Github + Markdown Overview daniel martin katz blog | ComputationalLegalStudies corp | LexPredict michael j bommarito twitter | @computational blog | ComputationalLegalStudies corp | LexPredict twitter | @mjbommar more content available at legalanalyticscourse.com site | danielmartinkatz.com site | bommaritollc.com