Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour committed Sep 4, 2023
1 parent fef46a6 commit 389f472
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions R/explore_network.R
Original file line number Diff line number Diff line change
Expand Up @@ -551,17 +551,15 @@ define_output <- function(
#' @param config_folder The folder where the config file will be created (inside multilayer_f)
#' @param multilayer_f The folder where the multilayer is stored
#'
#' @return A config file for hummuspy
#' @return A config file for hummuspy
#' @export
#'
#' @examples config <- define_general_config(hummus_object = hummus,
#' multilayer_f = multilayer_folder)
define_general_config <- function(
hummus_object,
multiplex_names = NULL,
bipartites_names = NULL,
folder_multiplexes="multiplex",
folder_bipartites="bipartites",
folder_multiplexes = "multiplex",
folder_bipartites = "bipartites",
seed_path = 'seed/seeds.txt',
suffix = ".tsv",
self_loops = FALSE,
Expand Down

0 comments on commit 389f472

Please sign in to comment.