web: Functions for Internet Articles/Information

Description Usage Arguments

Description

The web family of functions enable quick reading, writing and browsing of Internet urls related to the project, all housed in a central location.

Usage

1
2
3
4
5
6
web(category = NULL, select = NULL, path = NULL)

read.web(path, ...)

write.web(url, description = NA, category = NA, path, sheet = "Sheet1",
  ...)

Arguments

category

An optional category subest to be assigned to (write.web) or selected from (web).

select

A integer row number from the ‘websites.xlsx’/‘websites.csv’. If this value is NULL an interactive selection will be enabled.

path

Path to the websites.csv/websites.xlsx. If missing/NULL the location will be assumed to be in ‘~/ARTICLES’.

url

The url from the website to be entered into ‘websites.xlsx’/‘websites.csv’.

description

An optional description to be entered into ‘websites.xlsx’/‘websites.csv’.

sheet

The sheet name of the ‘websites.xlsx’ file. The defualt is "Sheet1".

...

Other arguments passed to read.csv or read.xlsx


trinker/reports documentation built on May 31, 2019, 9:51 p.m.