inst/doc/basics.R

## ---- 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"))

Try the vein package in your browser

Any scripts or data that you put into this service are public.

vein documentation built on April 30, 2023, 1:10 a.m.