Learn R Programming

featuretoolsR (version 0.4.4)

create_entityset: Create entityset

Description

Create a blank entityset. A shortcut for `featuretools'` `EntitySet`.

Usage

create_entityset(id)

Arguments

id

The id of this entityset.

Value

An entityset.

Examples

Run this code
# NOT RUN {
create_entityset(id = "my_entityset")
# }

Run the code above in your browser using DataLab