Skip to content

Commit

Permalink
update RimuIO docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsch committed Jan 23, 2025
1 parent 890f374 commit 9c5768e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RimuIO/RimuIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Provides convenience functions:
* [`RimuIO.save_df(filename, df::DataFrame)`](@ref) Save dataframe in Arrow format.
* [`RimuIO.load_df(filename)`](@ref) Load Arrow file into dataframe.
* [`RimuIO.save_state(filename, vec::AbstractDVec; metadata...)`](@ref) Save a vector and
optinal metadata in Arrow format.
* [`RimuIO.load_state(filename)`](@ref) Load a file created through by `save_state`.
"""
module RimuIO

Expand Down

0 comments on commit 9c5768e

Please sign in to comment.