selectTarget | R Documentation |
Select target variable in a data frame
selectTarget(df, target)
df |
data frame |
target |
character specification of the target variable |
df with entry target
df <- data.frame(cbind(x=1:2, y=3:4)) df <- selectTarget(df=df, target="y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.