get_data: Download and Load Complex Network Datasets
Description
Downloads the binary complex network dataset (rda format), then loads
the dataset into the R environment, and deletes the downloaded file
from the user's file system.
# NOT RUN {# load single datasetget_data("chess")
# load multiple datasetsget_data(c("karate_club", "word_adj"))
# fail to load dataset not in the ICON R packageget_data("not_a_dataset")
# }