Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
@iMissile
iMissile / dynamic_knitting.Rmd
Last active August 8, 2020 22:10
Динамическая генерация отчета
---
title: "Генератор отчета"
author: "автор"
date: "`r format(Sys.Date(), '%d %B %Y')`"
output:
html_document:
toc: yes
theme: flatly
toc_float: yes
number_sections: yes
@iMissile
iMissile / app.R
Created February 2, 2018 07:06
Shiny приложение для аналитики squid
library(tidyverse)
library(lubridate)
library(glue)
library(scales)
library(forcats)
library(readxl)
library(magrittr)
library(stringi)
library(futile.logger)
library(jsonlite)