Skip to content

Commit 501f3db

Browse files
committed
line in examples longer than 100 chars
1 parent 4add5a0 commit 501f3db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

R/list_oml_data_sets.R

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
#' print(data_sets)
5252
#'
5353
#' # search for a reduced version
54-
#' data_sets = list_oml_data_sets(data_name = "titanic", number_instances = c(2200, 2300), number_features = 4)
54+
#' data_sets = list_oml_data_sets(
55+
#' data_name = "titanic",
56+
#' number_instances = c(2200, 2300),
57+
#' number_features = 4
58+
#' )
5559
#' print(data_sets)
5660
#'
5761
#' ### search tasks for this data set

man/list_oml.Rd

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)