neocities_info: Get information on a Neocities site.

Description Usage Arguments Examples

Description

Get information on a Neocities site.

Usage

1

Arguments

user

The username for your neocities account. See ?neocities_user for more details.

...

Arguments that will be passed to the underlying httr GET request.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## Not run: 

## Username has not been set as an environmental variable, so
## the user will be prompted to enter their username if in
## interactive mode.

neocities_info()

## Setting the username as an environmental variable is wise when not
## in interactive mode.

Sys.setenv(NEOCITIES_USERNAME = "username")
neocities_info()

## You can also pass your username as a function argument.

neocities_info(user="username")


## End(Not run)

seankross/neocities documentation built on May 29, 2019, 4:55 p.m.