forked from KimmoVehkalahti/IODS-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
22 lines (13 loc) · 962 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Introduction"
author: "Obiwan Kenobi"
date: "*A long time ago...*"
---
***
This github project page is a part of a course on open data science that I've enrolled in. One of the main subjects on the course is learning R and its application to data management and analysis.
Click [here](https://github.com/MB-Finski/IODS-project) to get to my Github IODS-repository.
After completing the introductory Datacamp lessons on R my first impressions are:
* The IDE, the use of a library archive (CRAN), and syntax of R give a Pythonesque impression (not referring to Monty Python, mind).
* Judging by some peculiarities, I get the impression that R was developed mostly by data scientists rather than programmers.
+ Firstly, the use of str as a shorthand for "structure" instead of "string" is odd.
+ Secondly, indices start from 1 instead of 0. Admittedly, a few other programming languages like Fortran also break this convention.