diff --git a/dev/api/api/index.html b/dev/api/api/index.html index 6b4631a..5f67b67 100644 --- a/dev/api/api/index.html +++ b/dev/api/api/index.html @@ -1364,4 +1364,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 3f52c9c..05d4e97 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 de8c785..91a32a6 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 1092ef1..3ef5131 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...