A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://DataRapi.github.io/Rapi/reference/excel.html below:

Creates an excel file from a data.frame or a list of data.frame or from Rapi_GETPREP object. — excel • Rapi

The excel() function creates an excel file according to the object given. data.frame or List of data frame or Rapi_GETPREP object can be passed..

excel(
  dfs = null,
  file_name = null,
  folder = null,
  .debug = FALSE,
  env = rlang::caller_env(),
  ...
)
Arguments
dfs

object or list of data frame to write

file_name

file name to save

folder

folder to save file

.debug

for internal use

env

environment

...

for future versions

Value

it returns object or list of data frame back

Examples
if (FALSE) {
excel(data.frame(a = 1:3), file_name = "test1.xlsx", folder = ".")
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4