Description Usage Arguments Details Value Note See Also Examples
View source: R/make_filename.R View source: R/fars_functions.R
The function make_file
transform a variable as a integer and print a character vector
containing a formatted combination of text and variable value.
The function make_file
transform a variable as a integer and print a character vector
containing a formatted combination of text and variable value.
1 2 3 | make_filename(year)
make_filename(year)
|
year |
as a variable to tranform it in an integer value. |
you need enter a number or it return a NA.
you need enter a number or it return a NA.
a character vector containing a formatted combination of text and variable value.
a character vector containing a formatted combination of text and variable value.
This function will only create a filename, to read in the file, use fars_read
.
1 2 | make_filename(2013)
make_filename(2013)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.