## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
library(vein)

## -----------------------------------------------------------------------------
?get_project


## ----eval = F-----------------------------------------------------------------
# get_project(directory = "awesome_city")
# system("tree  awesome_city")
# 

## ----eval = F-----------------------------------------------------------------
# install.packages(c("ggplot2", "readxl", "eixport"))