Functions for Internet Articles/Information

Usage

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’.
...
Other arguments passed to read.csv or read.xlsx
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".

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.