ezHead | R Documentation |
Writes the head of a file into a newly created target file.
ezHead(target = paste0(x, "_head"), x, n = 1000)
target |
a character specifying the path of the output. |
x |
a character specifying the path to a file to read from. |
n |
an integer specifying the amount of lines to return. |
Returns the name of the output file.
Rehrauer, Hubert
Schmid, Peter
description = system.file("DESCRIPTION", package="ezRun", mustWork=TRUE)
ezHead(x=description)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.