We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3153a27 commit b5c4605Copy full SHA for b5c4605
1 file changed
src/DataFrame.jl
@@ -6,8 +6,11 @@ import DataFrames.DataFrame
6
Construct a DataFrame from a MetaGraph from either its node or edge properties.
7
8
`gr` is a MetaGraph.
9
+
10
+Optional keyword arguments:
11
12
`type` is a Symbol valued either :node or :edge such that the DataFrame is populated with node or edge
-properties stored in `gr`.
13
+properties stored in `gr`. Default is :node.
14
15
"""
16
function DataFrame(gr::T; type = :node) where T <:AbstractMetaGraph
0 commit comments