From baa306eff530919d2b2366be7c3ad758a58029b2 Mon Sep 17 00:00:00 2001 From: Florian Oswald Date: Fri, 13 Aug 2021 19:20:55 +0200 Subject: [PATCH] Typo? (#290) --- docs/src/dplyr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/dplyr.md b/docs/src/dplyr.md index 46bb414e..cf19a6ff 100644 --- a/docs/src/dplyr.md +++ b/docs/src/dplyr.md @@ -4,7 +4,7 @@ This is a port of the HarvardX series PH525x Genomics class tutorial on dplyr. V ## What is DataFramesMeta.jl? -DataFramesMeta.jl is a Julia package to transform and summarize tabular data. It uses Julia macros to create a domain-specific language for convenient syntax to work with data frames from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl). DataFramesMeta.jl mirrors concepts in DataFramesMeta.jl as closely as possible, without implementing new features on it's own. For a deeper explanation of DataFramesMeta.jl, see the [documentation](https://github.com/JuliaData/DataFramesMeta.jl). +DataFramesMeta.jl is a Julia package to transform and summarize tabular data. It uses Julia macros to create a domain-specific language for convenient syntax to work with data frames from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl). DataFramesMeta.jl mirrors concepts in DataFrames.jl as closely as possible, without implementing new features on it's own. For a deeper explanation of DataFramesMeta.jl, see the [documentation](https://github.com/JuliaData/DataFramesMeta.jl). DataFramesMeta.jl is heavily inspired by R's [`dplyr`](https://cran.r-project.org/web/packages/dplyr/vignettes/dplyr.html). If you are familiar with `dplyr` this guide should get you up to speed with DataFramesMeta.jl.