
Package index
-
anon() - Anonymize sensitive information in R objects
-
anon_clean_text() - Clean text for safer prompt input
-
anon_compare_text() - Compare text before and after cleaning or redaction
-
anon_data_summary() - Generate anonymized summary of data objects in an environment
-
anon_date_shift() - Shift dates to a new time period
-
anon_email() - Anonymize email addresses
-
anon_example_rows() - Build an example-row specification for
anon_data_summary() -
anon_id_chr_sequence() - Convert unique identifiers to sequential character IDs
-
anon_id_num_sequence() - Convert unique identifiers to sequential numeric IDs
-
anon_inventory() - Build an anonymized inventory of objects in an environment or list
-
anon_nlp_entities()anon_nlp_proper_nouns()anon_nlp_dates()anon_nlp_dates_and_times()anon_nlp_named()anon_nlp_numbers()anon_nlp_organizations()anon_nlp_people()anon_nlp_places() - Anonymize Named Entities in Text Using NLP
-
anon_num_preserve_distribution() - Anonymize numeric data while preserving distribution
-
anon_num_range() - Convert numeric values into range categories
-
anon_options() - Get or set package options used by anon
-
anon_phone_number() - Anonymize phone numbers
-
anon_prompt_bundle() - Build prompt-ready text from anonymized report objects
-
anon_report() - Build an anonymized report for selected objects
-
as_anon_json() - Serialize anon objects as JSON
-
as_anon_payload() - Build structured anon payloads
-
c(<anon_context>) - Combine anon_context objects
-
more_patterns() - Create expanded pattern vector for text matching
-
nlp_auto() - Generate NLP auto-anonymization options list
-
nlp_default_replacements() - Generate default replacement options list for NLP entities
-
nlp_entity_sets - Named Entity Type Collections
-
nlp_get_entities()nlp_get_dates()nlp_get_dates_and_times()nlp_get_named()nlp_get_numbers()nlp_get_organizations()nlp_get_people()nlp_get_places()nlp_get_proper_nouns() - Extract Named Entities from Text
-
print(<anon_context>) - Print method for single anon_context objects
-
print(<anon_context_collection>) - Print method for anon_context_collection
-
print(<anon_data_summary>) - Print method for anonymized environment summary
-
read_content()read_content_docx()read_content_pptx()read_content_xlsx()read_content_pdf()read_content_text() - Read content from files as text
-
run_anon_app() - Launch the local
anonShiny app