diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 85e57143..57c61cf4 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 38c484ca..f003b175 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 1f17b67a..aee33475 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 550681cf..58697bde 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index f92723d2..63f2ae77 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index c166b362..a8853cb2 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index 5797549d..8f89b735 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index b8554740..dbd584d1 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 145af1c9..55b668cb 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,5 +4,5 @@ pkgdown_sha: ~ articles: opusreader2_file-specification-and-technical-details: opusreader2_file-specification-and-technical-details.html opusreader2_introduction: opusreader2_introduction.html -last_built: 2023-11-11T14:46Z +last_built: 2023-11-11T22:49Z diff --git a/reference/index.html b/reference/index.html index bc65ff73..8a67fa1d 100644 --- a/reference/index.html +++ b/reference/index.html @@ -116,10 +116,6 @@

All functions read_unsigned_int()

read unsigned integer from binary

- -

seek_opus()

- -

reposition cursor for open read connection

diff --git a/reference/parse_chunk.data.html b/reference/parse_chunk.data.html index d6fbbbb3..804f6cc7 100644 --- a/reference/parse_chunk.data.html +++ b/reference/parse_chunk.data.html @@ -67,7 +67,7 @@

read chunk method for data

# S3 method for data
-parse_chunk(ds, con)
+parse_chunk(ds, raw)
@@ -76,8 +76,8 @@

Arguments

chunk dataset

-
con
-

connection to raw vector

+
raw
+

raw vector

diff --git a/reference/parse_chunk.default.html b/reference/parse_chunk.default.html index cd378f50..98eda79f 100644 --- a/reference/parse_chunk.default.html +++ b/reference/parse_chunk.default.html @@ -67,7 +67,7 @@

read chunk method for default

# S3 method for default
-parse_chunk(ds, con)
+parse_chunk(ds, raw)
@@ -76,8 +76,8 @@

Arguments

chunk dataset

-
con
-

connection to raw vector

+
raw
+

raw vector

diff --git a/reference/parse_chunk.html b/reference/parse_chunk.html index d724fb95..7d80fa72 100644 --- a/reference/parse_chunk.html +++ b/reference/parse_chunk.html @@ -66,7 +66,7 @@

read chunk method

-
parse_chunk(ds, con)
+
parse_chunk(ds, raw)
@@ -75,8 +75,8 @@

Arguments

chunk dataset

-
con
-

connection to raw vector

+
raw
+

raw vector

diff --git a/reference/parse_chunk.parameter.html b/reference/parse_chunk.parameter.html index 10ba51bf..6353a05a 100644 --- a/reference/parse_chunk.parameter.html +++ b/reference/parse_chunk.parameter.html @@ -67,7 +67,7 @@

read chunk method for parameter

# S3 method for parameter
-parse_chunk(ds, con)
+parse_chunk(ds, raw)
@@ -76,8 +76,8 @@

Arguments

chunk dataset

-
con
-

connection to raw vector

+
raw
+

raw vector

diff --git a/reference/parse_chunk.text.html b/reference/parse_chunk.text.html index 29168531..0d101a4e 100644 --- a/reference/parse_chunk.text.html +++ b/reference/parse_chunk.text.html @@ -67,7 +67,7 @@

read chunk method for text

# S3 method for text
-parse_chunk(ds, con)
+parse_chunk(ds, raw)
@@ -76,8 +76,8 @@

Arguments

chunk dataset

-
con
-

connection to raw vector

+
raw
+

raw vector

diff --git a/reference/parse_header.html b/reference/parse_header.html index 22ac9080..bffabb21 100644 --- a/reference/parse_header.html +++ b/reference/parse_header.html @@ -66,18 +66,14 @@

parse the header of the opus file

-
parse_header(raw_size, con)
+
parse_header(raw)

Arguments

-
raw_size
+
raw

raw vector of the opus binary file

- -
con
-

connection to the raw vector

-

See also

diff --git a/reference/read_character.html b/reference/read_character.html index 0a771ac2..f69cb56d 100644 --- a/reference/read_character.html +++ b/reference/read_character.html @@ -66,13 +66,13 @@

read character from binary

-
read_character(con, cursor, n = 1L, encoding = "latin1")
+
read_character(raw, cursor, n = 1L, n_char, encoding = "latin1")

Arguments

-
con
-

connection to raw vector

+
raw
+

raw vector

cursor
@@ -83,6 +83,10 @@

Arguments

number of elements

+
n_char
+

integer with number of desired characters to read from raw

+ +
encoding

encoding to assign character strings that are read. Default is "latin1"., which will use Windows Latin 1 (ANSI) encoding. This is diff --git a/reference/read_double.html b/reference/read_double.html index 896ae6a3..73f564d3 100644 --- a/reference/read_double.html +++ b/reference/read_double.html @@ -66,13 +66,13 @@

read double from binary (double-precision, 64 bits)

-
read_double(con, cursor, n = 1L)
+
read_double(raw, cursor, n = 1L)

Arguments

-
con
-

connection to raw vector

+
raw
+

raw vector

cursor
diff --git a/reference/read_float.html b/reference/read_float.html index 429d913b..c257b885 100644 --- a/reference/read_float.html +++ b/reference/read_float.html @@ -66,13 +66,13 @@

read float from binary (single-precision, 32 bits)

-
read_float(con, cursor, n = 1L)
+
read_float(raw, cursor, n = 1L)

Arguments

-
con
-

connection to raw vector

+
raw
+

raw vector

cursor
diff --git a/reference/read_signed_int.html b/reference/read_signed_int.html index 7c73d73c..b2daa3fa 100644 --- a/reference/read_signed_int.html +++ b/reference/read_signed_int.html @@ -66,13 +66,13 @@

read signed integer from binary

-
read_signed_int(con, cursor, n = 1L)
+
read_signed_int(raw, cursor, n = 1L)

Arguments

-
con
-

connection to raw vector

+
raw
+

raw vector

cursor
diff --git a/reference/read_unsigned_int.html b/reference/read_unsigned_int.html index fb4b97ad..b4612e05 100644 --- a/reference/read_unsigned_int.html +++ b/reference/read_unsigned_int.html @@ -66,13 +66,13 @@

read unsigned integer from binary

-
read_unsigned_int(con, cursor, n = 1L)
+
read_unsigned_int(raw, cursor, n = 1L)

Arguments

-
con
-

connection to raw vector

+
raw
+

raw vector

cursor
diff --git a/reference/seek_opus.html b/reference/seek_opus.html deleted file mode 100644 index fa1c9669..00000000 --- a/reference/seek_opus.html +++ /dev/null @@ -1,106 +0,0 @@ - -reposition cursor for open read connection — seek_opus • opusreader2 - - -
-
- - - -
-
- - -
-

reposition cursor for open read connection

-
- -
-
seek_opus(con, cursor)
-
- -
-

Arguments

-
con
-

connection to raw vector

- - -
cursor
-

cursor position within the connection

- -
- -
- -
- - -
- -
-

Site built with pkgdown 2.0.7.

-
- -
- - - - - - - - diff --git a/sitemap.xml b/sitemap.xml index a34a96ee..9fcf09db 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -96,9 +96,6 @@ /reference/read_unsigned_int.html - - /reference/seek_opus.html - /reference/set_connection_class.html