diff --git a/dev/api/api/index.html b/dev/api/api/index.html index 869ad9d..6fc223b 100644 --- a/dev/api/api/index.html +++ b/dev/api/api/index.html @@ -1378,4 +1378,4 @@ 2 2 6 -
Note

@with creates a function, so the scope within @with is a local scope. Variables in the parent can be read. Writing to variables in the parent scope differs depending on the type of scope of the parent. If the parent scope is a global scope, then a variable cannot be assigned without using the global keyword. If the parent scope is a local scope (inside a function or let block for example), the global keyword is not needed to assign to that parent scope.

Note

Using AsTable inside @with block is currently not supported.

source +
Note

@with creates a function, so the scope within @with is a local scope. Variables in the parent can be read. Writing to variables in the parent scope differs depending on the type of scope of the parent. If the parent scope is a global scope, then a variable cannot be assigned without using the global keyword. If the parent scope is a local scope (inside a function or let block for example), the global keyword is not needed to assign to that parent scope.

Note

Using AsTable inside @with block is currently not supported.

source diff --git a/dev/dplyr/index.html b/dev/dplyr/index.html index d632ec3..b8f1b96 100644 --- a/dev/dplyr/index.html +++ b/dev/dplyr/index.html @@ -515,4 +515,4 @@ 81 │ Genet Genetta carni Carnivora miss ⋯ 82 │ Arctic fox Vulpes carni Carnivora miss 83 │ Red fox Vulpes carni Carnivora miss - 8 columns and 68 rows omitted

This short tutorial only touches on the wide array of features in Julia, DataFrames.jl, and DataFramesMeta.jl. Read the full documentation for more information.

+ 8 columns and 68 rows omitted

This short tutorial only touches on the wide array of features in Julia, DataFrames.jl, and DataFramesMeta.jl. Read the full documentation for more information.

diff --git a/dev/index.html b/dev/index.html index d859a6a..eb776d5 100644 --- a/dev/index.html +++ b/dev/index.html @@ -354,4 +354,4 @@ argument `cols` determines which columns to print, while the keyword argument `unnoted` controls whether to print columns without user-defined notes.

julia-repl julia> df = DataFrame(wage = [12], age = [23]);

julia> @label! df :age = "Age (years)";

julia> @note! df :wage = "Derived from American Community Survey";

julia> @note! df :wage = "Missing values imputed as 0 wage";

julia> @label! df :wage = "Hourly wage (2015 USD)";

julia> printnotes(df) Column: wage ──────────── Label: Hourly wage (2015 USD) Derived from American Community Survey Missing values imputed as 0 wage

Column: age ─────────── Label: Age (years)


-

@contents Pages = ["api/api.md"] Depth = 3 ```

+

@contents Pages = ["api/api.md"] Depth = 3 ```

diff --git a/dev/search/index.html b/dev/search/index.html index 6bd968d..54187a3 100644 --- a/dev/search/index.html +++ b/dev/search/index.html @@ -1,2 +1,2 @@ -Search · DataFramesMeta Documentation

Loading search...

    +Search · DataFramesMeta Documentation

    Loading search...