I am trying to do an innerjoin
on a TypedTable. This is shown in the TypedTable tutorial and manual, and it is suggested that ?innerjoin
will give the help for the function. On my Julia 1.10.4 I cannot find this function in Julia, nor TypedTables. TypedTables does not export this function.
When I do an internet search I can only find innerjoin in relation to DataFrames.jl. What am I missing?