forked from CrumpLab/LabJournalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
33 lines (23 loc) · 732 Bytes
/
index.Rmd
File metadata and controls
33 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "Richard's LabJournal"
output: html_document
---
<style type="text/css">
.title {
display: none;
}
#getting-started img {
margin-right: 10px;
}
</style>
<div class="row" style="padding-top: 30px;">
<div class="col-sm-6">
# **Richard T's Project Portfolio in R**
As an aspiring data scientist, this portfolio will demonstrate an understanding of the basics and challenges using R. A shout out goes to Professor Matt Crump of Brooklyn College for the webpage template, along with the lectures necessary for my progress thus far.
</div>
<div class="col-sm-6">
### [Crump Lab: Human Cognition and Performance](https://crumplab.github.io)
<a href = "https://crumplab.github.io">

</a>
</div>