df_name_dot_csv: Dataframe to CSV

View source: R/df_name_dot_csv.R

df_name_dot_csvR Documentation

Dataframe to CSV

Description

Dataframe to CSV

Usage

df_name_dot_csv(x)

Arguments

x

dataframe or tibble

Details

This function takes a dataframe and extracts the name of the dataframe as text or string. You can then use this string to name a csv file.

Value

Returns the name of the dataframe as a text.

Examples

df <- as.data.frame(datasets::cars)
df_name_dot_csv(df)


Fredo-XVII/RToolShed documentation built on March 17, 2024, 12:15 p.m.