import: Imports James-xlsx file

View source: R/import.R

importR Documentation

Imports James-xlsx file

Description

Imports and parses parameters in your xlsx-file. You can nplot(import("file.xlsx")). Please find examples in the manual. Below each figure is a link to an xlsx-file, which you can use to reproduce the figure.

Usage

import(xlsx, ...)

Arguments

xlsx

path/to/your/james-file.xlsx

...

parameters listed here will overwrite the parameters of the imported meta-data. In addition, you can import a specific figure from an xlsx file by setting 'id = id-of-figure'; e.g. import("my-big-file.xlsx") will return a list with james objects of all figures in the file, while import("my-big-file.xlsx", id = "hello-world") will return a list with only one specific element.

Value

list with james-objects

Examples

## Not run: 
import("my-james-file.xlsx")

## End(Not run)

data-science-made-easy/nicerplot documentation built on Nov. 3, 2024, 9:23 p.m.