edgelist, a data frame from {base} R or tibble from {tibble}
igraph, from the {igraph} package
network, from the {network} package
tbl_graph, from the {tidygraph} package
filename: Character string filename. If missing, the files will have the same name as the object and be saved to the working directory. An appropriate extension will be added if not included.
...: Additional parameters passed to the write function.
name: Character string to name the network internally, e.g. in UCINET. By default the name will be the same as the object.
Returns
The write_functions export to different file formats, depending on the function.
A pair of UCINET files in V6404 file format (.##h, .##d)
Details
Note that these functions are not as actively maintained as others in the package, so please let us know if any are not currently working for you or if there are missing import routines by raising an issue on Github.