Learn R Programming

featForge (version 0.1.2)

featForge_sample_data: Sample Data for Package Testing and Demonstration

Description

A dataset containing auto-generated values by ChatGPT o3-mini-high for package testing and demonstration purposes. This example dataset consists of 30 rows and 7 variables that illustrate the structure of a typical application record.

Usage

data(featForge_sample_data)

Arguments

Format

A data frame with 30 rows and 7 variables.

Details

The dataset includes the following variables:

application_id

A unique numeric identifier for each application.

application_created_at

The date and time when the application was created.

client_name

The first name of the client.

client_surname

The last name of the client.

date_of_birth

The client’s date of birth.

email

The client’s email address.

ip

The IP address associated with the client.

This dataset was automatically generated for the purpose of testing and demonstrating the package functionality. The values (e.g., dates, emails, and IP addresses) are illustrative and do not represent actual user data.

Examples

Run this code
# Load the dataset
data(featForge_sample_data)

# Display the first few rows of the dataset
head(featForge_sample_data)

Run the code above in your browser using DataLab