Skip to content

Instantly share code, notes, and snippets.

@bradlindblad
bradlindblad / full_template.Rmd
Created March 4, 2019 20:56
full_template.Rmd
---
title: "Customer Service Survey EDA"
author: Brad Lindblad, MBA
output:
pdf_document:
number_sections: yes
toc: yes
html_notebook:
number_sections: yes
theme: journal
@tgirke
tgirke / _Nvim-R-Tmux.md
Last active October 13, 2023 05:29
Nvim-R-Tmux: An Integrated Working Environment for R

Nvim-R-Tmux: Neovim-based IDE for R

!!! This Gist tutorial is deprecated. Its new version is available here !!!

This is some red text.

  • Author: Thomas Girke
  • Last update: 18-Nov-2020

@ankurk91
ankurk91 / git_remember_password.md
Last active May 17, 2024 03:46
Git credential cache, why type password again and again

Tired of entering password again and again ?

Run this command to remember your password:

git config --global credential.helper 'cache --timeout 28800'

Above command will tell git to cache your password for 8 hours.