Skip to content

Commit

Permalink
Update Readme (#107)
Browse files Browse the repository at this point in the history
Tiny follow up to #105
  • Loading branch information
nickrobinson251 authored and nalimilan committed Sep 9, 2019
1 parent 8a7b4f2 commit 2ee5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Starting from Julia 1.0, the `Missing` type and basic related functionality are
For documentation see [the Julia manual section on missing values](https://docs.julialang.org/en/v1/manual/missing/index.html).

This package provides additional functionality for working with `missing` values:
- `Missings.nonmissingtype` to extract `T` from a `Union{T, Missing}` type
- `nonmissingtype` to extract `T` from a `Union{T, Missing}` type
- `allowmissing` and `disallowmissing` to convert between `Vector{T}` and `Vector{Union{T, Missing}}`
- `passmissing` to wrap a function so that it returns `missing` if any of its positional arguments is `missing`
- `levels` to get the unique values in a vector excluding `missing` and in their preferred order
Expand Down

0 comments on commit 2ee5d07

Please sign in to comment.