Learn R Programming

datarobot (version 2.18.6)

DownloadTimeSeriesFeatureDerivationLog: Download the time series feature derivation log as a text file.

Description

Download the time series feature derivation log as a text file.

Usage

DownloadTimeSeriesFeatureDerivationLog(project, file)

Value

Nothing, but writes the output to the desired file.

Arguments

project

character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier.

file

character. The name or path of the file to download to.

See Also

GetTimeSeriesFeatureDerivationLog

Examples

Run this code
if (FALSE) {
 projectId <- "5984b4d7100d2b31c1166529"
 DownloadTimeSeriesFeatureDerivationLog(projectId, "featureLog.txt")
}

Run the code above in your browser using DataLab