Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabsta/6535d6fe38eb542082c1ce7f286e52b2 to your computer and use it in GitHub Desktop.
Save fabsta/6535d6fe38eb542082c1ce7f286e52b2 to your computer and use it in GitHub Desktop.

[TOC]

read csv

train <- read.csv("../train.csv", stringsAsFactors = F, row.names = 1)

with row indices

print to terminal

cat("simplifying names...\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment